Question
Question: A bag contains \(6\) red balls and \(7\) green balls. You plan to select \(5\) balls at random. What...
A bag contains 6 red balls and 7 green balls. You plan to select 5 balls at random. What is the probability of selecting (without replacement) 5 green balls?
Solution
Hint : Here, in the given question, we are given that a bag contains 6 red balls and 7 green balls, and we need to find the probability of selecting 5 green balls, without replacement. Here, ``without replacement" means that you don't put the ball or balls back in the box so that the number of balls in the box gets less as each ball is removed. We will first find the number of ways of selecting five balls from 13 balls and after that we find the number of ways of selecting five green balls from 7 green balls. At the end we will divide them to get the probability of selecting 5 green balls, without replacement.
Complete step-by-step answer :
Given:
Red balls = 6
Green balls = 7
Therefore, total balls = 6+7=13
Five balls can be taken from 13 balls in 13C5 ways.
As we know, nCr=(n−r)!r!n!. Therefore,
⇒13C5=(13−5)!5!13!
On expanding the factorial, we get
⇒13C5=8!×5×4×3×2×113×12×11×10×9×8!
On canceling-out common terms, we get
⇒13C5=120154440
On division, we get
⇒13C5=1287
Five green balls can be taken from 7 green balls in 7C5 ways.
⇒7C5=(7−5)!×5!7!
On expanding the factorial, we get
⇒7C5=2!×5!7×6×5!
On canceling-out common terms, we get
⇒7C5=27×6
⇒7C5=21
Probability of taking 5 green balls
7C513C5=128721
On division, we get
7C513C5=0.016
So, the correct answer is “0.016.”.
Note : Students must be careful between how to find probability with and without replacement. When sampling is done with replacement, then events are considered to be independent, meaning the result of the first pick will not change the probabilities for the second pick. Without replacement: When sampling is done without replacement, each member of a population may be chosen only once.