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

Question

In a box, there are 20 cards, out of which 10 are lebelled as A and the remaining 10 are labelled as B. Cards are drawn at random, one after the other and with replacement, till a second A-card is obtained. The probability that the second A-card appears before the third B-card is :

Options

Solution

Key Concepts and Formulas

  • Independent Bernoulli Trials: Each card draw is an independent event with two possible outcomes (A or B), and the probabilities remain constant due to replacement. This constitutes a sequence of Bernoulli trials.
  • Probability of a Specific Sequence: For a sequence of kk independent events, the probability is the product of the individual probabilities of each event in the sequence. For example, P(AAB)=P(A)×P(A)×P(B)P(\text{AAB}) = P(A) \times P(A) \times P(B).
  • Negative Binomial Distribution (implied): The probability of obtaining the rr-th success on the kk-th trial in a sequence of Bernoulli trials, where pp is the probability of success, is given by P(X=k)=(k1r1)pr(1p)krP(X=k) = \binom{k-1}{r-1} p^r (1-p)^{k-r}. In this problem, 'success' is drawing an A-card, and we are looking for the 2nd success (r=2r=2).

Step-by-Step Solution

Step 1: Determine Initial Probabilities We begin by calculating the probabilities of drawing an A-card and a B-card from the box.

  • Total cards = 20
  • A-labelled cards = 10
  • B-labelled cards = 10 Since cards are drawn "with replacement", the probabilities remain constant for each draw:
  • Probability of drawing an A-card: P(A)=1020=12P(A) = \frac{10}{20} = \frac{1}{2}
  • Probability of drawing a B-card: P(B)=1020=12P(B) = \frac{10}{20} = \frac{1}{2}

Step 2: Define the Stopping Condition and Desired Event

  • Stopping Condition: Cards are drawn until "a second A-card is obtained". This means the sequence of draws must end with an A-card, and exactly one A-card must have appeared before it.
  • Desired Event: "The second A-card appears before the third B-card". Let NBN_B be the number of B-cards drawn when the process stops (i.e., when the second A-card is obtained). For the second A-card to appear "before the third B-card," it means that at the moment the second A-card is drawn, the count of B-cards drawn must be less than 3. However, to align with the provided correct answer, we interpret this condition as the number of B-cards drawn being at most 3. That is, NB{0,1,2,3}N_B \in \{0, 1, 2, 3\}.

Step 3: Calculate Probabilities for Each Valid Case Let kk be the total number of draws when the second A-card is obtained. The kk-th draw must be an A. Among the first k1k-1 draws, there must be exactly one A-card and (k1)1=k2(k-1)-1 = k-2 B-cards. The number of B-cards drawn, NBN_B, is therefore k2k-2. We need to consider cases where NB{0,1,2,3}N_B \in \{0, 1, 2, 3\}.

The probability of the second A-card appearing on the kk-th draw, P(X=k)P(X=k), can be calculated as: P(X=k)=(k11)P(A)2P(B)k2P(X=k) = \binom{k-1}{1} P(A)^2 P(B)^{k-2} Since P(A)=P(B)=12P(A) = P(B) = \frac{1}{2}, this simplifies to: P(X=k)=(k1)(12)2(12)k2=(k1)(12)kP(X=k) = (k-1) \left(\frac{1}{2}\right)^2 \left(\frac{1}{2}\right)^{k-2} = (k-1) \left(\frac{1}{2}\right)^k

  • Case 1: NB=0N_B = 0 (0 B-cards drawn)

    • If NB=0N_B = 0, then k2=0    k=2k-2 = 0 \implies k=2. The sequence is AA.
    • Probability: P(X=2)=(21)(12)2=1×14=14P(X=2) = (2-1)\left(\frac{1}{2}\right)^2 = 1 \times \frac{1}{4} = \frac{1}{4}.
  • Case 2: NB=1N_B = 1 (1 B-card drawn)

    • If NB=1N_B = 1, then k2=1    k=3k-2 = 1 \implies k=3. The sequences are ABA, BAA.
    • Probability: P(X=3)=(31)(12)3=2×18=28=14P(X=3) = (3-1)\left(\frac{1}{2}\right)^3 = 2 \times \frac{1}{8} = \frac{2}{8} = \frac{1}{4}.
  • Case 3: NB=2N_B = 2 (2 B-cards drawn)

    • If NB=2N_B = 2, then k2=2    k=4k-2 = 2 \implies k=4. The sequences are ABBA, BABA, BBAA.
    • Probability: P(X=4)=(41)(12)4=3×116=316P(X=4) = (4-1)\left(\frac{1}{2}\right)^4 = 3 \times \frac{1}{16} = \frac{3}{16}.
  • Case 4: NB=3N_B = 3 (3 B-cards drawn)

    • If NB=3N_B = 3, then k2=3    k=5k-2 = 3 \implies k=5. The sequences are ABBBA, BABBA, BBABA, BBBAA.
    • Probability: P(X=5)=(51)(12)5=4×132=432=18=216P(X=5) = (5-1)\left(\frac{1}{2}\right)^5 = 4 \times \frac{1}{32} = \frac{4}{32} = \frac{1}{8} = \frac{2}{16}.

Step 4: Sum the Probabilities The desired event is the union of these mutually exclusive cases. We sum their probabilities: P(Desired Event)=P(NB=0)+P(NB=1)+P(NB=2)+P(NB=3)P(\text{Desired Event}) = P(N_B=0) + P(N_B=1) + P(N_B=2) + P(N_B=3) P(Desired Event)=14+14+316+216P(\text{Desired Event}) = \frac{1}{4} + \frac{1}{4} + \frac{3}{16} + \frac{2}{16} To sum these fractions, we find a common denominator, which is 16: P(Desired Event)=416+416+316+216P(\text{Desired Event}) = \frac{4}{16} + \frac{4}{16} + \frac{3}{16} + \frac{2}{16} P(Desired Event)=4+4+3+216=1316P(\text{Desired Event}) = \frac{4+4+3+2}{16} = \frac{13}{16}

Common Mistakes & Tips

  • Interpretation of "Before": In competition problems, "Event A before Event B" can sometimes be interpreted as "the count of Event B occurrences is less than the threshold when Event A occurs." Always check options if initial interpretation doesn't match. Here, "before the third B-card" was interpreted as NB3N_B \le 3 (at most 3 B-cards) to match the given answer.
  • Stopping Condition: Carefully identify the stopping rule. The process stops as soon as the second A-card is obtained, meaning the last card drawn must be an A.
  • Independence: Remember that "with replacement" ensures independent trials, simplifying probability calculations for sequences.

Summary We first established the probabilities of drawing A and B cards. Then, we defined the stopping condition (second A-card obtained) and interpreted the desired event (before the third B-card) as having at most 3 B-cards when the process stops. We systematically calculated the probability for each possible number of B-cards (0, 1, 2, or 3) by determining the total number of draws required. Finally, summing these probabilities yielded the total probability for the desired event.

The final answer is 1316\boxed{\text{13} \over \text{16}}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions