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

Question

A fair die is thrown until 2 appears. Then the probability, that 2 appears in even number of throws, is

Options

Solution

Key Concepts and Formulas

  • Geometric Distribution: This distribution models the number of independent Bernoulli trials required to get the first success. If pp is the probability of success on a single trial and q=1pq = 1-p is the probability of failure, then the probability that the first success occurs on the kthk^{th} trial is given by: P(X=k)=qk1pfor k=1,2,3,P(X=k) = q^{k-1}p \quad \text{for } k=1, 2, 3, \ldots
  • Probability of Independent Events: If two events A and B are independent, the probability that both A and B occur is P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B). This extends to multiple independent events.
  • Sum of an Infinite Geometric Series: For an infinite geometric series a+ar+ar2+a + ar + ar^2 + \ldots, its sum SS is given by: S=a1rS = \frac{a}{1-r} This formula is valid if and only if the absolute value of the common ratio, r|r|, is less than 1 (r<1|r| < 1). Here, aa is the first term and rr is the common ratio.

Step-by-Step Solution

Step 1: Define Probabilities of Success and Failure for a Single Throw

First, we identify the probabilities associated with a single throw of a fair die.

  • A fair die has 6 equally likely outcomes: {1,2,3,4,5,6}\{1, 2, 3, 4, 5, 6\}. Each outcome has a probability of 16\frac{1}{6}.
  • Success (S): Getting a '2'.
    • The probability of success in a single throw is p=P(getting a 2)=16p = P(\text{getting a 2}) = \frac{1}{6}.
  • Failure (F): Not getting a '2'.
    • The probability of failure in a single throw is q=P(not getting a 2)=1pq = P(\text{not getting a 2}) = 1 - p.
    • q=116=56q = 1 - \frac{1}{6} = \frac{5}{6}.
    • Alternatively, the outcomes for failure are {1,3,4,5,6}\{1, 3, 4, 5, 6\}, which are 5 out of 6 outcomes, so q=56q = \frac{5}{6}.

Reasoning: These probabilities (pp and qq) are fundamental because each die throw is an independent Bernoulli trial. They will be used to calculate the probability of sequences of successes and failures.

Step 2: Identify the Events Leading to '2' Appearing in an Even Number of Throws

We are interested in the probability that the first '2' appears on an even-numbered throw. This means the first '2' can appear on the 2nd throw, or the 4th throw, or the 6th throw, and so on. These are mutually exclusive events, so their probabilities can be summed. Let XX be the random variable representing the number of throws until the first '2' appears. We want to find P(X is even)P(X \text{ is even}).

Using the Geometric Distribution formula P(X=k)=qk1pP(X=k) = q^{k-1}p:

  • Case 1: The first '2' appears on the 2nd throw (X=2X=2).

    • This implies the 1st throw is a failure (qq) and the 2nd throw is a success (pp).
    • P(X=2)=q21p=qp=56×16=536P(X=2) = q^{2-1}p = qp = \frac{5}{6} \times \frac{1}{6} = \frac{5}{36}
  • Case 2: The first '2' appears on the 4th throw (X=4X=4).

    • This implies the 1st, 2nd, and 3rd throws are failures (q3q^3) and the 4th throw is a success (pp).
    • P(X=4)=q41p=q3p=(56)3×16=125216×16=1251296P(X=4) = q^{4-1}p = q^3p = \left(\frac{5}{6}\right)^3 \times \frac{1}{6} = \frac{125}{216} \times \frac{1}{6} = \frac{125}{1296}
  • Case 3: The first '2' appears on the 6th throw (X=6X=6).

    • This implies the first five throws are failures (q5q^5) and the 6th throw is a success (pp).
    • P(X=6)=q61p=q5p=(56)5×16=31257776×16=312546656P(X=6) = q^{6-1}p = q^5p = \left(\frac{5}{6}\right)^5 \times \frac{1}{6} = \frac{3125}{7776} \times \frac{1}{6} = \frac{3125}{46656}

Reasoning: We are applying the definition of Geometric Distribution to find the probability of the first success occurring at specific even-numbered trials. Each term represents a sequence of failures followed by a single success.

Step 3: Formulate the Infinite Geometric Series

The total probability that '2' appears in an even number of throws is the sum of the probabilities of these mutually exclusive events: P(even throws)=P(X=2)+P(X=4)+P(X=6)+P(\text{even throws}) = P(X=2) + P(X=4) + P(X=6) + \ldots Substituting the general expressions from Step 2: P(even throws)=(qp)+(q3p)+(q5p)+P(\text{even throws}) = (qp) + (q^3p) + (q^5p) + \ldots Now, we substitute the specific values of p=16p = \frac{1}{6} and q=56q = \frac{5}{6}: P(even throws)=(56×16)+((56)3×16)+((56)5×16)+P(\text{even throws}) = \left(\frac{5}{6} \times \frac{1}{6}\right) + \left(\left(\frac{5}{6}\right)^3 \times \frac{1}{6}\right) + \left(\left(\frac{5}{6}\right)^5 \times \frac{1}{6}\right) + \ldots This is an infinite geometric series. To find its sum, we need to identify its first term (aa) and its common ratio (rr).

  • First Term (aa): The first term of this specific series is P(X=2)P(X=2). a=qp=56×16=536a = qp = \frac{5}{6} \times \frac{1}{6} = \frac{5}{36}

  • Common Ratio (rr): The ratio of any term to its preceding term. Let's take the ratio of the second term to the first term: r=q3pqp=q2=(56)2=2536r = \frac{q^3p}{qp} = q^2 = \left(\frac{5}{6}\right)^2 = \frac{25}{36} (We can verify this by checking the ratio of the third term to the second term: q5pq3p=q2=2536\frac{q^5p}{q^3p} = q^2 = \frac{25}{36}.) The common ratio is r=2536r = \frac{25}{36}.

Reasoning: We are expressing the desired total probability as a sum of specific probabilities, recognizing this sum as an infinite geometric series. Correctly identifying the first term (aa) and common ratio (rr) for this specific series is critical for applying the sum formula.

Step 4: Calculate the Sum of the Infinite Geometric Series

The sum of an infinite geometric series is given by S=a1rS = \frac{a}{1 - r}, provided that r<1|r| < 1. In our case, a=536a = \frac{5}{36} and r=2536r = \frac{25}{36}. Since r=2536<1|r| = \left|\frac{25}{36}\right| < 1, the sum converges, and we can use the formula.

Substitute the values of aa and rr into the formula: P(even throws)=S=a1r=53612536P(\text{even throws}) = S = \frac{a}{1 - r} = \frac{\frac{5}{36}}{1 - \frac{25}{36}} First, simplify the denominator: 12536=36362536=362536=11361 - \frac{25}{36} = \frac{36}{36} - \frac{25}{36} = \frac{36 - 25}{36} = \frac{11}{36} Now, substitute this back into the sum formula: S=5361136S = \frac{\frac{5}{36}}{\frac{11}{36}} S=536×3611S = \frac{5}{36} \times \frac{36}{11} S=511S = \frac{5}{11}

Reasoning: This step completes the calculation by applying the standard formula for the sum of an infinite geometric series, which efficiently sums all the infinite possibilities for the first '2' appearing on an even throw.


Common Mistakes & Tips

  • Incorrect Common Ratio: A common error is to mistake the common ratio of the series for the probability of failure qq. In this problem, because we are summing probabilities for X=2,4,6,X=2, 4, 6, \ldots, the exponents of qq increase by 2, making the common ratio q2q^2, not qq.
  • Misidentifying the First Term: Ensure the first term 'a' of the series is correctly identified as P(X=2)P(X=2), not P(X=1)P(X=1) or just pp.
  • Understanding Geometric Distribution: Remember that P(X=k)=qk1pP(X=k) = q^{k-1}p means there are k1k-1 failures before the first success on the kthk^{th} trial.

Summary

This problem is a classic application of the Geometric Distribution combined with the summation of an infinite geometric series. By first identifying the probability of success (pp) and failure (qq) for a single die throw, we then determined the probabilities for the first '2' appearing on the 2nd, 4th, 6th, and subsequent even-numbered throws. These probabilities form an infinite geometric series. The key to solving the problem was correctly extracting the first term (a=qpa = qp) and the common ratio (r=q2r = q^2) of this series and then applying the sum formula S=a1rS = \frac{a}{1-r}.

The final answer is 511\boxed{\frac{5}{11}}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions