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

Question

If three letters can be posted to any one of the 5 different addresses, then the probability that the three letters are posted to exactly two addresses is :

Options

Solution

Key Concepts and Formulas

  • Probability Definition: For an event EE in a sample space of equally likely outcomes, its probability is P(E)=Number of Favorable OutcomesTotal Number of Possible OutcomesP(E) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}}.
  • Fundamental Principle of Counting (Multiplication Principle): If an event can occur in mm ways and another independent event can occur in nn ways, then both events can occur in m×nm \times n ways.
  • Combinations (nCr^nC_r): The number of ways to choose rr distinct items from a set of nn distinct items, where the order of selection does not matter, is nCr=n!r!(nr)!^nC_r = \frac{n!}{r!(n-r)!}.
  • Distributing Distinct Items to Distinct Bins (Surjective Mapping): The number of ways to distribute nn distinct items into kk distinct bins such that exactly rr specified bins are non-empty is given by r!S(n,r)r! S(n,r), where S(n,r)S(n,r) is a Stirling number of the second kind. For k=2k=2, this simplifies to 2n22^n - 2.

Step-by-Step Solution

Step 1: Calculate the Total Number of Possible Outcomes

  • What we are doing: Determining all possible ways to post three distinct letters to five distinct addresses. This forms our sample space.

  • Why this approach: Each of the three letters can be posted to any one of the five addresses, independently. Since both letters and addresses are distinct, we use the multiplication principle.

  • Calculation:

    • Letter 1 has 5 choices of addresses.
    • Letter 2 has 5 choices of addresses.
    • Letter 3 has 5 choices of addresses.

    Therefore, the total number of ways to post the 3 letters is: Total Outcomes=5×5×5=53=125\text{Total Outcomes} = 5 \times 5 \times 5 = 5^3 = 125

Step 2: Calculate the Number of Favorable Outcomes (Letters posted to exactly two addresses)

  • What we are doing: We need to find the number of ways such that exactly two of the five addresses receive at least one letter. This is a two-stage process: first, choose the two addresses, and then distribute the letters to them.

Stage 2a: Select the two specific addresses out of five that will receive letters.

  • Why this approach: The order in which we choose the two addresses does not matter (e.g., choosing Address A then Address B is the same as choosing Address B then Address A). This calls for combinations.
  • Calculation: The number of ways to select 2 addresses from 5 is: 5C2=5!2!(52)!=5×42×1=10{^5C_2} = \frac{5!}{2!(5-2)!} = \frac{5 \times 4}{2 \times 1} = 10

Stage 2b: Distribute the 3 distinct letters to the chosen 2 addresses such that both addresses receive at least one letter.

  • What we are doing: Let's say we have chosen two specific addresses, AXA_X and AYA_Y. We need to post the 3 distinct letters (L1, L2, L3) to these two addresses such that neither AXA_X nor AYA_Y is left empty.
  • Why this approach (using Inclusion-Exclusion for surjective functions):
    1. First, consider all possible ways to post the 3 distinct letters to these 2 distinct addresses (AXA_X and AYA_Y). Each letter has 2 choices, so there are 23=82^3 = 8 total ways.
    2. However, this count includes cases where only one of the chosen addresses is used. We must subtract these invalid cases:
      • All 3 letters go to Address AXA_X (1 way).
      • All 3 letters go to Address AYA_Y (1 way).
    3. Subtracting these cases ensures that both addresses receive at least one letter.
  • Calculation: Number of ways to post 3 letters to exactly 2 chosen addresses =(Total ways to post to 2 addresses)(Ways to post to only 1 of the 2 addresses)= (\text{Total ways to post to 2 addresses}) - (\text{Ways to post to only 1 of the 2 addresses}) =232=82=6= 2^3 - 2 = 8 - 2 = 6 This is also equivalent to 2!S(3,2)=2×3=62! S(3,2) = 2 \times 3 = 6.

Stage 2c: Combine the two stages for total favorable outcomes.

  • What we are doing: For each way of choosing 2 addresses (from Stage 2a), there are a certain number of ways to distribute the letters such that both selected addresses are used (from Stage 2b). We multiply these possibilities.
  • Calculation: Number of Favorable Outcomes = (Ways to choose 2 addresses) ×\times (Ways to distribute 3 letters to these 2 addresses using both) =5C2×6=10×6=60= {^5C_2} \times 6 = 10 \times 6 = 60

Step 3: Calculate the Probability

  • What we are doing: Apply the probability definition using the total outcomes from Step 1 and favorable outcomes from Step 2.
  • Calculation: P(exactly two addresses)=Number of Favorable OutcomesTotal Number of Possible Outcomes=60125P(\text{exactly two addresses}) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}} = \frac{60}{125}
  • Simplifying the Fraction: Divide both the numerator and denominator by their greatest common divisor, which is 5. 60125=60÷5125÷5=1225\frac{60}{125} = \frac{60 \div 5}{125 \div 5} = \frac{12}{25}

Common Mistakes & Tips

  • "Exactly two addresses" vs. "at least two" or "at most two": Pay close attention to the wording. "Exactly two" means the number of addresses receiving letters must be precisely two, no more, no less.
  • Distinct vs. Identical Items/Bins: In this problem, both letters and addresses are distinct. If they were identical, different combinatorial formulas (e.g., stars and bars) would be required.
  • The "Onto" Condition: When distributing items to a selected set of bins such that all bins in that set must be used, remember to subtract cases where some bins are left empty. A common error is to simply use knk^n for the distribution without accounting for the "exactly" constraint.
  • Systematic Breakdown: Break down complex probability problems into smaller, manageable steps: calculate total outcomes, then favorable outcomes (often requiring sub-steps like selection and then distribution), and finally, calculate the probability.

Summary

The problem requires calculating the probability that three distinct letters are posted to exactly two out of five distinct addresses. We first determine the total number of ways to post the letters, which is 53=1255^3 = 125. Then, we calculate the number of favorable outcomes by first choosing the two addresses (5C2=10{^5C_2} = 10 ways) and then distributing the three letters to these two chosen addresses such that both receive at least one letter (232=62^3 - 2 = 6 ways). Multiplying these gives 10×6=6010 \times 6 = 60 favorable outcomes. Finally, the probability is 60125\frac{60}{125}, which simplifies to 1225\frac{12}{25}.

The final answer is 1225\boxed{\frac{12}{25}}, which corresponds to option (B).

Practice More Statistics & Probability Questions

View All Questions