Solveeit Logo

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 112,\dfrac{1}{{12}}, then the numbers of children in each family are?
(A) 44
(B) 66
(C) 33
(D) 55

Explanation

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 xx
Then total number of children in both the families be 2x2x
Number of ways to select 3 children from family B to give tickets is given by xC3{}^x{C_3}
We know that,
nCr=n!r!(nr)!{}^n{C_r} = \dfrac{{n!}}{{r!(n - r)!}}
Where,
nn is total number of distinct available objects
rr is total number of distinct objects that we need to select
n!=n(n1)(n2).....3×2×1n! = n(n - 1)(n - 2).....3 \times 2 \times 1
Therefore, the selection of 3 children out of xx children from family B is given by
xC3=x!3!(x3)!\Rightarrow {}^x{C_3} = \dfrac{{x!}}{{3!(x - 3)!}}
Now, there are total 2x2x children in both the families together.
Therefore, the selection of 3 children out of 2x2x children from both the families is given by
2xC3=2x!3!(2x3)!\Rightarrow {}^{2x}{C_3} = \dfrac{{2x!}}{{3!(2x - 3)!}}
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)P(B)
Then,
P(B)=xC32xC3=x!3!(x3)!2x!3!(2x3)!\Rightarrow P(B) = \dfrac{{{}^x{C_3}}}{{{}^{2x}{C_3}}} = \dfrac{{\dfrac{{x!}}{{3!(x - 3)!}}}}{{\dfrac{{2x!}}{{3!(2x - 3)!}}}}
=x!3!(x3)!×3!(2x3)!2x!= \dfrac{{x!}}{{3!(x - 3)!}} \times \dfrac{{3!(2x - 3)!}}{{2x!}} (abpq=ab×qp)\left( {\because \dfrac{{\dfrac{a}{b}}}{{\dfrac{p}{q}}} = \dfrac{a}{b} \times \dfrac{q}{p}} \right)
=x(x1)(x2)(x3)!3!(x3)!×3!(2x3)!2x(2x1)(2x2)(2x3)!= \dfrac{{x(x - 1)(x - 2)(x - 3)!}}{{3!(x - 3)!}} \times \dfrac{{3!(2x - 3)!}}{{2x(2x - 1)(2x - 2)(2x - 3)!}} (n!=n(n1)!)\left( {\because n! = n(n - 1)!} \right)
By cancelling the common terms from the above equation, we get
P(B)=(x1)(x2)2(2x1)(2x2)\Rightarrow P(B) = \dfrac{{(x - 1)(x - 2)}}{{2(2x - 1)(2x - 2)}} . . . (1)
It is given that,
P(B)=112\Rightarrow P(B) = \dfrac{1}{{12}}
Substituting this value in equation (1), we get
112=(x1)(x2)4(2x1)(x1)\dfrac{1}{{12}} = \dfrac{{(x - 1)(x - 2)}}{{4(2x - 1)(x - 1)}}
Again by cancelling the common terms, we get
13=(x2)(2x1)\dfrac{1}{3} = \dfrac{{(x - 2)}}{{(2x - 1)}}
By cross multiplication, we get
(2x1)=3(x2)(2x - 1) = 3(x - 2)
Simplifying it, we get
2x1=3x6\Rightarrow 2x - 1 = 3x - 6
By rearranging the above equation, we get
3x2x=613x - 2x = 6 - 1
x=5\Rightarrow x = 5
Therefore, both the families have 5 children each.
Therefore, from the above explanation, the correct answer is, option (D) 55

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.