Skip to main content
Back to Statistics & Probability
JEE Main 2020
Statistics & Probability
Probability
Hard

Question

Fifteen football players of a club-team are given 15 T-shirts with their names written on the backside. If the players pick up the T-shirts randomly, then the probability that at least 3 players pick the correct T-shirt is :

Options

Solution

1. Key Concepts and Formulas

  • Total Number of Arrangements (Sample Space): If there are NN distinct items (T-shirts) to be distributed among NN distinct positions (players), the total number of ways this can be done is N!N!. This forms our sample space, denoted by SS. S=N!|S| = N!
  • Derangement (DnD_n or !n!n): A derangement is a permutation of nn items such that none of the items end up in their original position. The number of derangements of nn items is given by: Dn=n!k=0n(1)kk!D_n = n! \sum_{k=0}^{n} \frac{(-1)^k}{k!} For large nn, the term Dnn!\frac{D_n}{n!} is very closely approximated by e1e^{-1} (where e2.71828e \approx 2.71828). Dnn!1e\frac{D_n}{n!} \approx \frac{1}{e}
  • Number of ways to have exactly kk correct matches: To find the number of ways that exactly kk players pick their correct T-shirt, we first choose which kk players get their correct T-shirt. This can be done in (Nk)\binom{N}{k} ways. The remaining NkN-k players must then pick T-shirts such that none of them get their correct one. This is a derangement of the remaining NkN-k T-shirts. Thus, the number of ways for exactly kk correct matches is (Nk)DNk\binom{N}{k} D_{N-k}.
  • Probability of exactly kk correct matches (PkP_k): This is the ratio of the number of ways to have exactly kk correct matches to the total number of arrangements. Pk=(Nk)DNkN!=N!k!(Nk)!DNkN!=1k!DNk(Nk)!P_k = \frac{\binom{N}{k} D_{N-k}}{N!} = \frac{\frac{N!}{k!(N-k)!} D_{N-k}}{N!} = \frac{1}{k!} \frac{D_{N-k}}{(N-k)!} Using the approximation Dnn!1e\frac{D_n}{n!} \approx \frac{1}{e} for large nn, we get: Pk1k!eP_k \approx \frac{1}{k!e}
  • Complementary Probability: The probability of an event EE occurring is 11 minus the probability of its complementary event EcE^c occurring. P(E)=1P(Ec)P(E) = 1 - P(E^c). This is often useful for "at least" type problems.

2. Step-by-Step Solution

Let N=15N=15 be the total number of players and T-shirts. We need to find the probability that at least 3 players pick the correct T-shirt.

Step 1: Define the Event and its Complement Let EE be the event that at least 3 players pick the correct T-shirt. This means 3, 4, 5, ..., up to 15 players pick their correct T-shirt. Calculating all these probabilities directly would be tedious. Instead, we use the principle of complementary probability. The complementary event, EcE^c, is that fewer than 3 players pick the correct T-shirt. This means exactly 0, exactly 1, or exactly 2 players pick the correct T-shirt. So, P(E)=1P(Ec)=1[P(exactly 0 correct)+P(exactly 1 correct)+P(exactly 2 correct)]P(E) = 1 - P(E^c) = 1 - [P(\text{exactly 0 correct}) + P(\text{exactly 1 correct}) + P(\text{exactly 2 correct})].

Step 2: Calculate Probabilities for the Complementary Event (P0,P1,P2P_0, P_1, P_2) We will use the formula Pk=1k!DNk(Nk)!P_k = \frac{1}{k!} \frac{D_{N-k}}{(N-k)!}. Since N=15N=15, the values NkN-k will be 15, 14, and 13. These values are sufficiently large for the approximation Dnn!1e\frac{D_n}{n!} \approx \frac{1}{e} to be highly accurate.

  • Probability of exactly 0 correct matches (P0P_0): This means all 15 players pick incorrect T-shirts, which is a complete derangement of 15 items. P0=10!D1515!=1×D1515!(since 0!=1)P_0 = \frac{1}{0!} \frac{D_{15}}{15!} = 1 \times \frac{D_{15}}{15!} \quad (\text{since } 0! = 1) Using the approximation D1515!1e\frac{D_{15}}{15!} \approx \frac{1}{e}: P01eP_0 \approx \frac{1}{e}

  • Probability of exactly 1 correct match (P1P_1): One player picks the correct T-shirt, and the remaining 151=1415-1=14 players must pick incorrect T-shirts (a derangement of 14 items). P1=11!D1414!=1×D1414!(since 1!=1)P_1 = \frac{1}{1!} \frac{D_{14}}{14!} = 1 \times \frac{D_{14}}{14!} \quad (\text{since } 1! = 1) Using the approximation D1414!1e\frac{D_{14}}{14!} \approx \frac{1}{e}: P11eP_1 \approx \frac{1}{e}

  • Probability of exactly 2 correct matches (P2P_2): Two players pick the correct T-shirts, and the remaining 152=1315-2=13 players must pick incorrect T-shirts (a derangement of 13 items). P2=12!D1313!=12×D1313!(since 2!=2)P_2 = \frac{1}{2!} \frac{D_{13}}{13!} = \frac{1}{2} \times \frac{D_{13}}{13!} \quad (\text{since } 2! = 2) Using the approximation D1313!1e\frac{D_{13}}{13!} \approx \frac{1}{e}: P212eP_2 \approx \frac{1}{2e}

Step 3: Sum the Probabilities of the Complementary Event Now, we sum the probabilities for 0, 1, and 2 correct matches to find P(Ec)P(E^c): P(Ec)=P0+P1+P21e+1e+12eP(E^c) = P_0 + P_1 + P_2 \approx \frac{1}{e} + \frac{1}{e} + \frac{1}{2e} To sum these fractions, we find a common denominator: P(Ec)2e+12e=42e+12e=4+12e=52eP(E^c) \approx \frac{2}{e} + \frac{1}{2e} = \frac{4}{2e} + \frac{1}{2e} = \frac{4+1}{2e} = \frac{5}{2e}

Step 4: Calculate the Probability of "at least 3 correct" Using the principle of complementary probability: P(E)=1P(Ec)152eP(E) = 1 - P(E^c) \approx 1 - \frac{5}{2e}

Step 5: Use a Common Approximation for ee to Match Options In competitive exams like JEE, when the options are simple fractions, a common approximation for Euler's number ee is e3e \approx 3. While e2.71828e \approx 2.71828 is more precise, using e3e \approx 3 allows us to arrive at one of the given simple fractional options. Substituting e3e \approx 3 into our result: P(E)152×3=156P(E) \approx 1 - \frac{5}{2 \times 3} = 1 - \frac{5}{6} P(E)656=16P(E) \approx \frac{6-5}{6} = \frac{1}{6}

3. Common Mistakes & Tips

  • Ignoring Complementary Probability: For "at least" or "at most" problems, consider using complementary probability. It often simplifies calculations by reducing the number of cases to evaluate.
  • Misunderstanding Derangements: Ensure you know the concept of derangements and how to apply the formula for exactly kk matches. A common error is to just use DNkD_{N-k} without the (Nk)\binom{N}{k} factor.
  • Approximation of ee: Be aware that for multiple-choice questions with simple fractional answers, using e3e \approx 3 might be the intended method to quickly match an option, even though e2.718e \approx 2.718 is more accurate. If options were decimal values, a more precise value of ee would be necessary.
  • Factorial Errors: Double-check calculations involving factorials and combinations, especially 0!=10! = 1 and 1!=11! = 1.

4. Summary

This problem is a classic application of derangements combined with complementary probability. By recognizing that calculating "at least 3 correct" is equivalent to 1P(0, 1, or 2 correct)1 - P(\text{0, 1, or 2 correct}), we simplified the problem significantly. We then used the formula for the probability of exactly kk correct matches, Pk=1k!DNk(Nk)!P_k = \frac{1}{k!} \frac{D_{N-k}}{(N-k)!}, and the approximation Dnn!1e\frac{D_n}{n!} \approx \frac{1}{e} for large nn. Summing P0,P1,P2P_0, P_1, P_2 gave us P(Ec)52eP(E^c) \approx \frac{5}{2e}. Finally, subtracting this from 1 and using the approximation e3e \approx 3 (a common strategy in JEE for matching fractional answers) led to the result 16\frac{1}{6}.

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

Practice More Statistics & Probability Questions

View All Questions