Analyzing the Setup
Imagine you are standing in a room filled with children from two different families, Family A and Family B. Both families are blessed with an equal number of children, let us call this number n.
The air is thick with anticipation because there are 3 tickets to be distributed. The rule is simple yet strict: no child can receive more than one ticket.
Visualizing the Selection
When we talk about selecting 3 children from a total pool of 2n children (since n from A plus n from B equals 2n), we are entering the realm of combinations. We are not concerned with the order of the tickets; we only care about who gets them.
The total number of ways to choose 3 children from the entire group of 2n is given by the combination formula (32n). This is our sample space, the denominator of our probability fraction.
The Favorable Outcome
Now, consider the specific event mentioned in the problem: all 3 tickets go to the children of Family B. To make this happen, we must select all 3 children exclusively from the n children of Family B.
The number of ways to do this is (3n). This is our favorable outcome. The probability P of this event is the ratio of favorable outcomes to total outcomes:
We are told that this probability is exactly 121.
The Algebraic Dance
Now, let us dive into the algebra. We know that (3k)=6k(k−1)(k−2). Substituting this into our probability equation, we get:
62n(2n−1)(2n−2)6n(n−1)(n−2)=121
Notice the beauty of this step: the 6 in the denominator of both the numerator and the denominator cancels out perfectly! We are left with:
2n(2n−1)(2n−2)n(n−1)(n−2)=121
The Final Simplification
Look closely at the term (2n−2) in the denominator. We can factor out a 2 to get 2(n−1). Our equation now looks like this:
2n(2n−1)⋅2(n−1)n(n−1)(n−2)=121
Now, we can cancel the common terms n and (n−1) from the top and bottom. This leaves us with:
Multiplying both sides by 4, we get 2n−1n−2=124=31. Cross-multiplying gives us 3(n−2)=1(2n−1), which simplifies to 3n−6=2n−1.
Solving for n, we find n=5. Each family has 5 children. It is an elegant result, born from a simple, logical journey through the world of combinations.