Question
Question: Two different families A and B are blessed with equal number of children. There are 3 tickets to be ...
Two different families A and B are blessed with equal number of children. There are 3 tickets to be distributed amongst the children of their families so that no child gets more than one ticket. If the probability that all the tickets go to the children of the family B is 121, then the numbers of children in each family are?
(A) 4
(B) 6
(C) 3
(D) 5
Solution
Hint : Find the possible ways of selecting 3 children from family B. Then find the possibility of selecting 3 children from the total number of children. Then use probability to solve it.
Complete step-by-step answer :
Let the number of children in each of the families be x
Then total number of children in both the families be 2x
Number of ways to select 3 children from family B to give tickets is given by xC3
We know that,
nCr=r!(n−r)!n!
Where,
n is total number of distinct available objects
r is total number of distinct objects that we need to select
n!=n(n−1)(n−2).....3×2×1
Therefore, the selection of 3 children out of x children from family B is given by
⇒xC3=3!(x−3)!x!
Now, there are total 2x children in both the families together.
Therefore, the selection of 3 children out of 2x children from both the families is given by
⇒2xC3=3!(2x−3)!2x!
Now, according to basic theorem of probability,
The probability of occurrence of an event is the ratio of number of expected events to the total number of possible events.
Let the probability that all the tickets go to the children of family B be P(B)
Then,
⇒P(B)=2xC3xC3=3!(2x−3)!2x!3!(x−3)!x!
=3!(x−3)!x!×2x!3!(2x−3)! ∵qpba=ba×pq
=3!(x−3)!x(x−1)(x−2)(x−3)!×2x(2x−1)(2x−2)(2x−3)!3!(2x−3)! (∵n!=n(n−1)!)
By cancelling the common terms from the above equation, we get
⇒P(B)=2(2x−1)(2x−2)(x−1)(x−2) . . . (1)
It is given that,
⇒P(B)=121
Substituting this value in equation (1), we get
121=4(2x−1)(x−1)(x−1)(x−2)
Again by cancelling the common terms, we get
31=(2x−1)(x−2)
By cross multiplication, we get
(2x−1)=3(x−2)
Simplifying it, we get
⇒2x−1=3x−6
By rearranging the above equation, we get
3x−2x=6−1
⇒x=5
Therefore, both the families have 5 children each.
Therefore, from the above explanation, the correct answer is, option (D) 5
So, the correct answer is “Option D”.
Note : Selection and arrangement are two different things. In arrangement, sequence matters. But in selection, sequence does not matter.
For example, we can arrange A and B as AB or BA. But if we want to select A and B, then it does not matter if I select A first or B first. That means, I have two ways of arranging A and B but I have only one way of selecting A and B.
Arrangement is represented by permutation and selection is represented by combination. You need to be very careful while deciding whether you should use permutation or combination.