Question
Question: A box contains 4 green balls, 5 blue balls, and 3 red balls. A ball is drawn at random. Find the pro...
A box contains 4 green balls, 5 blue balls, and 3 red balls. A ball is drawn at random. Find the probability of getting a red ball and not getting a green ball.
(A). 41,32
(B). 14,112
(C). 65,65
(D). 613,92
Solution
Hint: Use permutations and combinations to get the number of favourable outcomes and the total number of outcomes. Think of the basic interpretation of combination.
Complete step-by-step solution -
Before moving to the question, let us talk about probability.
Probability, in simple words, is the possibility of an event to occur.
Probability can be mathematically defined as =total number of outcomesnumber of favourable outcomes .
Now, let’s move to the solution to the above question.
Let us try to find the number of favourable outcomes for picking yellow ball:
So, whenever we select one out of the 5 yellow balls, it is counted as a favourable event.
We can mathematically represent this as:
Ways of selecting one out of 3 red balls = 3C1 .
Similarly,
Now let us try to calculate the total number of possible outcomes.
So, it is counted as one of the possible outcomes whenever we draw a ball, no matter which colour the ball is. Now if we represent this mathematically, we get
Ways of selecting one out of ( 4+5+3 ) balls present in the bag = 12C1 .
Now, using the above results let us try to find the probability of drawing a red ball:
Probability=total number of outcomesnumber of favourable outcomes
⇒Probability=12C13C1
Now using the formula: nCr=r!(n−r)!n! .
⇒Probability=(12−1)!1!(12)!(3−1)!1!3!
⇒Probability=11!12!2!3!
We know n! can be written as n(n-1)! , so our equation becomes:
Probability=11!12×11!2!3×2!
∴Probability=123=41
So, the probability of drawing a red ball from the box of 12 balls is 41 .
Similarly, the probability of drawing a green ball is:
Probability=total number of outcomesnumber of favourable outcomes
⇒Probability=12C14C1=124=31
Therefore, the probability of not drawing a green ball can be calculated as:
Probability of an event occurring + probability of an event not occurring = 1
⇒31+probability of not drawing green ball=1
⇒probability of not drawing green ball=32
So, the probability of not drawing a green ball from the box of 12 balls is 32 .
Hence, the answer to the above question is option (a).
Note: It is preferred that while solving a question related to probability, always cross-check the possibilities, as there is a high chance you might miss some or have included some extra or repeated outcomes. Also, when a large number of outcomes are to be analysed then permutations and combinations play a very important role as we see in the above solution.