Question
Question: A box contains 5 different red and 6 different white balls. In how many ways can 6 balls be taken ou...
A box contains 5 different red and 6 different white balls. In how many ways can 6 balls be taken out so that there are at least two balls of each color?
Solution
Hint : Event is a subset of the sample space, i.e. a set of outcomes of the random experiment.
Probability of an event=Total number of cases in SNumber of occurence of event A in S=n(S)n(A)
In this question, there is the use of the concept of combination and probability simultaneously to get the number of ways in which 6 balls can be taken out so that there are at least two balls of each color.
Complete step-by-step answer :
A box contains 5 different red balls and 6 different white balls. So, the number of sample space of drawing 6 balls be taken out so of 11 balls is given as:
⇒n(S)=11C6 =6!5!11! =6! ×5×4×3×2×111×10×9×8×7×6! =11×6×7 =11×42 =462
Now, the favorable cases are drawing at least two balls of one color is:
⇒n(E)=(2 red, 4 white)+(3 red, 3 white)+(4 red, 2 white) ⇒n(E)=5C2.6C4+5C3.6C3+5C4.6C2 ⇒n(E)=10×15+10×20+5×15 ⇒n(E)=150+200+75 ⇒n(E)=425
Hence, the required probability is:
n(S)n(E)=(462425)
Additional Information: The combination is a way of selecting items from a collection, such that the order of selection does not matter. The number of the combination (selection) of r things out of n different things without replacement and where order does not matter is given as: nCr= r!(n−r)!n!
The number of combinations of n different items taken nothing at all is considered as 1. Counting combinations is counting the number of ways in which all or some of the objects are selected at a time. Therefore, there is only one way of not selecting an item.
Note : n case of at least 2 red balls, in the solution, the cases of 1 red and 0 red ball are not taken. A similar concept is used for white balls. There are three different cases.