Skip to main content
Back to Statistics & Probability
JEE Main 2019
Statistics & Probability
Probability
Medium

Question

Two different families A and B are blessed with equal numbe of children. There are 3 tickets to be distributed amongst the children of these 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,{1 \over {12}}, then the number of children in each family is :

Options

Solution

Key Concepts and Formulas

  1. Combinations: The number of ways to choose kk distinct items from a set of nn distinct items, without regard to the order of selection, is given by the combination formula: nCk=(nk)=n!k!(nk)!{}^n C_k = \binom{n}{k} = \frac{n!}{k!(n-k)!} For practical calculations, this can be expanded as n(n1)(n2)...(nk+1)k!\frac{n(n-1)(n-2)...(n-k+1)}{k!}.
  2. Probability: The probability of an event occurring is defined as the ratio of the number of favorable outcomes to the total number of possible outcomes, assuming all outcomes are equally likely: P(Event)=Number of Favorable OutcomesTotal Number of Possible OutcomesP(\text{Event}) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}}

Step-by-Step Solution

Let nn be the number of children in each family (Family A and Family B).

  • Number of children in Family A = nn
  • Number of children in Family B = nn
  • Total number of children = n+n=2nn + n = 2n
  • Number of tickets to be distributed = 3

The condition "no child gets more than one ticket" means we are selecting 3 distinct children from the total pool. Since the tickets are identical in purpose, the order of selection does not matter, so we use combinations. Also, for combinations nCk{}^n C_k to be defined, nkn \ge k. In this case, n3n \ge 3.

Step 1: Calculate Total Possible Outcomes

  • What we are doing: We need to find the total number of ways to distribute 3 tickets among the 2n2n children. This means choosing 3 children out of 2n2n available children.
  • Why: This forms the denominator of our probability fraction.
  • Calculation: Using the combination formula, the total number of ways to choose 3 children from 2n2n children is: 2nC3=(2n)!3!(2n3)!=2n×(2n1)×(2n2)3×2×1{}^{2n} C_3 = \frac{(2n)!}{3!(2n-3)!} = \frac{2n \times (2n-1) \times (2n-2)}{3 \times 2 \times 1} 2nC3=2n(2n1)(2n2)6{}^{2n} C_3 = \frac{2n(2n-1)(2n-2)}{6}

Step 2: Calculate Favorable Outcomes

  • What we are doing: We are interested in the event where all 3 tickets go exclusively to the children of Family B. This means we need to choose 3 children solely from the nn children belonging to Family B.
  • Why: This forms the numerator of our probability fraction.
  • Calculation: The number of ways to choose 3 children from the nn children in Family B is: nC3=n!3!(n3)!=n×(n1)×(n2)3×2×1{}^n C_3 = \frac{n!}{3!(n-3)!} = \frac{n \times (n-1) \times (n-2)}{3 \times 2 \times 1} nC3=n(n1)(n2)6{}^n C_3 = \frac{n(n-1)(n-2)}{6}

Step 3: Formulate the Probability Equation

  • What we are doing: We use the given probability, 1/121/12, and our calculated total and favorable outcomes to set up an equation.
  • Why: This equation will allow us to solve for nn.
  • Equation: The problem states that the probability of all tickets going to Family B is 112\frac{1}{12}. P(all tickets to Family B)=nC32nC3=112P(\text{all tickets to Family B}) = \frac{{}^n C_3}{{}^{2n} C_3} = \frac{1}{12} Substitute the expressions for nC3{}^n C_3 and 2nC3{}^{2n} C_3: n(n1)(n2)62n(2n1)(2n2)6=112\frac{\frac{n(n-1)(n-2)}{6}}{\frac{2n(2n-1)(2n-2)}{6}} = \frac{1}{12}

Step 4: Solve the Equation for 'n'

  • What we are doing: We simplify the algebraic equation and solve for the variable nn.
  • Why: nn represents the number of children in each family, which is what the question asks for.
  • Calculation: First, cancel out the common denominator of 6 from the numerator and denominator of the complex fraction: n(n1)(n2)2n(2n1)(2n2)=112\frac{n(n-1)(n-2)}{2n(2n-1)(2n-2)} = \frac{1}{12} Since n3n \ge 3, nn, n1n-1, and n2n-2 are all non-zero. We can simplify by canceling common terms: n(n1)(n2)2n(2n1)2(n1)=112\frac{n(n-1)(n-2)}{2n(2n-1) \cdot 2(n-1)} = \frac{1}{12} Cancel nn and (n1)(n-1) from the numerator and denominator: n22(2n1)2=112\frac{n-2}{2(2n-1) \cdot 2} = \frac{1}{12} n24(2n1)=112\frac{n-2}{4(2n-1)} = \frac{1}{12} Now, cross-multiply: 12(n2)=4(2n1)12(n-2) = 4(2n-1) Divide both sides by 4 to simplify: 3(n2)=2n13(n-2) = 2n-1 Distribute the 3: 3n6=2n13n - 6 = 2n - 1 Gather terms involving nn on one side and constant terms on the other: 3n2n=613n - 2n = 6 - 1 n=5n = 5

Verification: If n=5n=5:

  • Number of children in Family B = 5.
  • Total number of children = 2×5=102 \times 5 = 10.
  • Favorable outcomes: 5C3=5×4×33×2×1=10{}^5 C_3 = \frac{5 \times 4 \times 3}{3 \times 2 \times 1} = 10.
  • Total possible outcomes: 10C3=10×9×83×2×1=120{}^{10} C_3 = \frac{10 \times 9 \times 8}{3 \times 2 \times 1} = 120.
  • Probability = 10120=112\frac{10}{120} = \frac{1}{12}. This matches the given probability.

Common Mistakes & Tips

  • Combinations vs. Permutations: Always determine if the order of selection matters. "No child gets more than one ticket" and "distribute tickets" typically indicate combinations.
  • Constraints on nn: Remember that for nCk{}^n C_k to be valid, nn must be greater than or equal to kk. Here, n3n \ge 3, which justifies cancelling terms like nn, n1n-1, and n2n-2.
  • Algebraic Simplification: Be careful and methodical with algebraic manipulations. Factoring out common terms (e.g., 2n2=2(n1)2n-2 = 2(n-1)) can prevent errors.
  • Verification: Always plug your final answer back into the original probability equation to ensure it satisfies the given conditions.

Summary

This problem involved calculating the probability of a specific event using combinations. By defining the number of children in each family as nn, we determined the total number of ways to distribute 3 tickets among 2n2n children (2nC3{}^{2n} C_3) and the number of ways all 3 tickets could go to Family B (nC3{}^n C_3). Setting the ratio of these two values equal to the given probability of 112\frac{1}{12} led to an algebraic equation. Solving this equation correctly yields n=5n=5.

The final answer is 3\boxed{\text{3}} which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions