Question:

A bag contains \(5\) red and \(7\) blue balls. If two balls are drawn at random, what is the probability that both are red?

Show Hint

For drawing without replacement: \[ P(A \cap B) = P(A) \times P(B|A) \] Alternatively, use combinations: \[ P(\text{both red}) = \frac{\binom{5}{2}}{\binom{12}{2}} \]
Updated On: Mar 16, 2026
  • \( \dfrac{5}{66} \)
  • \( \dfrac{10}{66} \)
  • \( \dfrac{5}{33} \)
  • \( \dfrac{25}{66} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept:
When objects are drawn without replacement, the probability of successive events changes after each draw. If the total number of objects is \(n\), and \(r\) objects satisfy a condition, the probability can be computed using either:
  • Multiplication rule of probability, or
  • Combination formula
\[ P(\text{both red}) = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}} \]
Step 1: Determine the total number of balls.
\[ \text{Total balls} = 5 + 7 = 12 \]
Step 2: Compute the probability using the multiplication rule.
Probability that the first ball is red: \[ P(R_1) = \frac{5}{12} \] After drawing one red ball, remaining red balls \(=4\) and total balls \(=11\). Probability that the second ball is red: \[ P(R_2|R_1) = \frac{4}{11} \]
Step 3: Find the joint probability.
\[ P(\text{both red}) = \frac{5}{12} \times \frac{4}{11} \] \[ = \frac{20}{132} \] \[ = \frac{10}{66} \] \[ \therefore \text{The probability that both balls are red is } \frac{10}{66}. \]
Was this answer helpful?
0
0