Question:medium

A bag contains 6 blue and 6 green balls. Pairs of balls are drawn without replacement until the bag is empty. The probability that each drawn pair consists of one blue ball and one green ball is:

Updated On: Jun 24, 2026
  • \( \frac{63}{925} \)
  • \( \frac{17}{231} \)
  • \( \frac{16}{231} \)
  • \( \frac{64}{925} \)
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Understanding the Question
We have a bag with 12 balls (6 blue, 6 green). We draw them out in pairs, so there will be 6 draws in total. We want to find the probability that every single one of these 6 pairs consists of one blue and one green ball.
Step 2: Key Formula or Approach
We can solve this problem by considering the probability of a sequence of events. We calculate the probability of the first pair being one blue and one green, then the second pair, and so on, and multiply these probabilities together. The probability of drawing one blue and one green ball in a single draw of two balls from a bag with \(B\) blue and \(G\) green balls is \( \frac{\binom{B}{1}\binom{G}{1}}{\binom{B+G}{2}} \).
Step 3: Detailed Explanation
Let's calculate the probability for each of the 6 draws sequentially.
Draw 1: Initially, we have 6 blue and 6 green balls (12 total).
The probability of drawing one blue and one green ball is: \[ P_1 = \frac{\binom{6}{1} \binom{6}{1}}{\binom{12}{2}} = \frac{6 \times 6}{\frac{12 \times 11}{2}} = \frac{36}{66} = \frac{6}{11} \] Draw 2: After the first draw, we have 5 blue and 5 green balls (10 total).
The probability of drawing one blue and one green ball is: \[ P_2 = \frac{\binom{5}{1} \binom{5}{1}}{\binom{10}{2}} = \frac{5 \times 5}{\frac{10 \times 9}{2}} = \frac{25}{45} = \frac{5}{9} \] Draw 3: Now we have 4 blue and 4 green balls (8 total).
\[ P_3 = \frac{\binom{4}{1} \binom{4}{1}}{\binom{8}{2}} = \frac{4 \times 4}{\frac{8 \times 7}{2}} = \frac{16}{28} = \frac{4}{7} \] Draw 4: We have 3 blue and 3 green balls (6 total).
\[ P_4 = \frac{\binom{3}{1} \binom{3}{1}}{\binom{6}{2}} = \frac{3 \times 3}{\frac{6 \times 5}{2}} = \frac{9}{15} = \frac{3}{5} \] Draw 5: We have 2 blue and 2 green balls (4 total).
\[ P_5 = \frac{\binom{2}{1} \binom{2}{1}}{\binom{4}{2}} = \frac{2 \times 2}{\frac{4 \times 3}{2}} = \frac{4}{6} = \frac{2}{3} \] Draw 6: We have 1 blue and 1 green ball (2 total).
\[ P_6 = \frac{\binom{1}{1} \binom{1}{1}}{\binom{2}{2}} = \frac{1 \times 1}{1} = 1 \] The total probability is the product of these individual probabilities:
\[ P_{total} = P_1 \times P_2 \times P_3 \times P_4 \times P_5 \times P_6 \] \[ P_{total} = \frac{6}{11} \times \frac{5}{9} \times \frac{4}{7} \times \frac{3}{5} \times \frac{2}{3} \times 1 = \frac{6 \times 5 \times 4 \times 3 \times 2}{11 \times 9 \times 7 \times 5 \times 3} = \frac{720}{10395} = \frac{32}{231} \] The provided solution uses a combinatorial approach with distinct balls: \( \frac{(6!)^2 2^6}{12!} \). This simplifies to \( \frac{16}{231} \).
The calculation \( \frac{16}{231} \) corresponds to treating the drawn pairs as unordered. Since the question says "drawn until empty", it implies a sequence, making the sequential approach more appropriate. The result of that is \( \frac{32}{231} \).
Neither of these calculations lead to the provided answer \( \frac{64}{925} \). There is a significant discrepancy in this problem's provided data and answer. The calculation in the source file is also arithmetically incorrect.
Step 4: Final Answer
The logical calculation leads to \( \frac{32}{231} \) (if pairs are ordered) or \( \frac{16}{231} \) (if pairs are unordered), neither of which is the provided answer. The provided answer is \( \frac{64}{925} \).
Was this answer helpful?
0