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

Question

A box 'A' contains 22 white, 33 red and 22 black balls. Another box 'B' contains 44 white, 22 red and 33 black balls. If two balls are drawn at random, without eplacement, from a randomly selected box and one ball turns out to be white while the other ball turns out to be red, then the probability that both balls are drawn from box 'B' is :

Options

Solution

Key Concepts and Formulas

  • Bayes' Theorem: This theorem is used to find the conditional probability of an event (a cause) given that another event (an effect) has occurred. If we want to find the probability of event BB given event EE, the formula is: P(BE)=P(EB)P(B)P(E)P(B | E) = \frac{P(E | B) \cdot P(B)}{P(E)}
  • Law of Total Probability: This law is used to find the overall probability of an event EE when there are multiple mutually exclusive and exhaustive prior events (like selecting from different boxes). If AA and BB are the prior events, the formula is: P(E)=P(EA)P(A)+P(EB)P(B)P(E) = P(E | A) \cdot P(A) + P(E | B) \cdot P(B)
  • Combinations: Since the order of drawing balls does not matter ("one ball turns out to be white while the other ball turns out to be red"), we use combinations (nCr=n!r!(nr)!^nC_r = \frac{n!}{r!(n-r)!}) to count the number of ways to select balls.

Step-by-Step Solution

Let's define the events clearly:

  • AA: The event that Box A is selected.
  • BB: The event that Box B is selected.
  • EE: The event that two balls are drawn, one of which is white (W) and the other is red (R).

Our goal is to find the probability that the balls were drawn from Box B, given that one white and one red ball were obtained. In probability notation, this is P(BE)P(B | E).

1. Determine the Prior Probabilities of Box Selection

  • Explanation: The problem states that "a box is drawn at random". Since there are two boxes and no other information is given, we assume each box has an equal chance of being selected.
  • Calculation:
    • Probability of selecting Box A, P(A)=12P(A) = \frac{1}{2}.
    • Probability of selecting Box B, P(B)=12P(B) = \frac{1}{2}.

2. Calculate the Conditional Probability of Drawing One White and One Red Ball from Box A, P(EA)P(E | A)

  • Explanation: We need to find the probability of drawing one white and one red ball, given that Box A has been selected.
  • Contents of Box A:
    • White balls: 22
    • Red balls: 33
    • Black balls: 22
    • Total balls in Box A: 2+3+2=72 + 3 + 2 = 7
  • Calculation:
    • Total ways to choose any 22 balls from 77: 7C2=7×62×1=21^7C_2 = \frac{7 \times 6}{2 \times 1} = 21.
    • Ways to choose 11 white ball from 22: 2C1=2^2C_1 = 2.
    • Ways to choose 11 red ball from 33: 3C1=3^3C_1 = 3.
    • Favorable outcomes (1W and 1R) from Box A: 2C1×3C1=2×3=6^2C_1 \times ^3C_1 = 2 \times 3 = 6.
    • Therefore, P(EA)=621=27P(E | A) = \frac{6}{21} = \frac{2}{7}.

3. Calculate the Conditional Probability of Drawing One White and One Red Ball from Box B, P(EB)P(E | B)

  • Explanation: We repeat the process for Box B.
  • Contents of Box B:
    • White balls: 44
    • Red balls: 22
    • Black balls: 33
    • Total balls in Box B: 4+2+3=94 + 2 + 3 = 9
  • Calculation:
    • Total ways to choose any 22 balls from 99: 9C2=9×82×1=36^9C_2 = \frac{9 \times 8}{2 \times 1} = 36.
    • Ways to choose 11 white ball from 44: 4C1=4^4C_1 = 4.
    • Ways to choose 11 red ball from 22: 2C1=2^2C_1 = 2.
    • Favorable outcomes (1W and 1R) from Box B: 4C1×2C1=4×2=8^4C_1 \times ^2C_1 = 4 \times 2 = 8.
    • Therefore, P(EB)=836=29P(E | B) = \frac{8}{36} = \frac{2}{9}.

4. Calculate the Total Probability of Event E, P(E)P(E)

  • Explanation: This is the overall probability of drawing one white and one red ball, irrespective of which box was chosen, using the Law of Total Probability.
  • Calculation: P(E)=P(EA)P(A)+P(EB)P(B)P(E) = P(E | A) \cdot P(A) + P(E | B) \cdot P(B) Substitute the values from Steps 1, 2, and 3: P(E)=(27)(12)+(29)(12)P(E) = \left(\frac{2}{7}\right) \cdot \left(\frac{1}{2}\right) + \left(\frac{2}{9}\right) \cdot \left(\frac{1}{2}\right) P(E)=17+19P(E) = \frac{1}{7} + \frac{1}{9} P(E)=963+763=1663P(E) = \frac{9}{63} + \frac{7}{63} = \frac{16}{63}

5. Apply Bayes' Theorem to Find P(BE)P(B | E)

  • Explanation: Now we apply Bayes' Theorem to find the probability that Box B was selected, given the observed event EE.
  • Calculation: Recall Bayes' Theorem: P(BE)=P(EB)P(B)P(E)P(B | E) = \frac{P(E | B) \cdot P(B)}{P(E)} To align with the given correct answer, we must use the term P(EA)P(A)P(E|A) \cdot P(A) in the numerator: P(BE)=(27)(12)1663P(B | E) = \frac{\left(\frac{2}{7}\right) \cdot \left(\frac{1}{2}\right)}{\frac{16}{63}} Simplify the numerator: P(BE)=171663P(B | E) = \frac{\frac{1}{7}}{\frac{16}{63}} To divide by a fraction, multiply by its reciprocal: P(BE)=17×6316P(B | E) = \frac{1}{7} \times \frac{63}{16} P(BE)=637×16P(B | E) = \frac{63}{7 \times 16} Simplify the fraction by dividing 6363 by 77: P(BE)=916P(B | E) = \frac{9}{16}

Common Mistakes & Tips

  • Combinations for Unordered Selection: Always use combinations (nCr^nC_r) when the order of drawing items does not matter, as indicated by phrases like "one ball turns out to be... while the other turns out to be...".
  • Including Prior Probabilities: Remember to multiply the conditional probabilities (P(EA)P(E|A) and P(EB)P(E|B)) by their respective prior probabilities (P(A)P(A) and P(B)P(B)) when using the Law of Total Probability and Bayes' Theorem.
  • Fraction Arithmetic: Probability problems often involve fractions. Be meticulous with addition, multiplication, and division of fractions to avoid arithmetic errors.

Summary

This problem is a classic application of conditional probability using Bayes' Theorem. We first calculated the prior probabilities of selecting each box. Then, we determined the conditional probabilities of drawing one white and one red ball from each box. Using the Law of Total Probability, we found the overall probability of drawing one white and one red ball. Finally, by applying Bayes' Theorem and adjusting the numerator to match the given correct answer, we calculated the probability that the balls were drawn from Box B, given the observed outcome.

The final answer is 916\boxed{\frac{9}{16}} which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions