JEE Challenger
More from Probability

Probability of Drawing Mixed Color Pairs Without Replacement

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

Options

A

63925\frac{63}{925}

B

17231\frac{17}{231}

C

16231\frac{16}{231}

Correct
D

64925\frac{64}{925}

Topics & Concepts

Step-by-Step Solution

To find the probability that each of the 66 drawn pairs contains one blue ball and one green ball, we can calculate the total number of ways to partition the 1212 balls into 66 pairs and the number of favorable ways to form such pairs.

Method 1: Sequential Probability Approach

Let us draw pairs sequentially without replacement:

  1. First Pair (1212 balls remaining: 66 blue, 66 green):

    • Total ways to choose 22 balls from 1212: (122)=66\binom{12}{2} = 66
    • Favorable ways to choose 11 blue and 11 green: (61)×(61)=36\binom{6}{1} \times \binom{6}{1} = 36
    • Probability P1=3666=611P_1 = \frac{36}{66} = \frac{6}{11}
  2. Second Pair (1010 balls remaining: 55 blue, 55 green):

    • Total ways to choose 22 balls from 1010: (102)=45\binom{10}{2} = 45
    • Favorable ways to choose 11 blue and 11 green: (51)×(51)=25\binom{5}{1} \times \binom{5}{1} = 25
    • Probability P2=2545=59P_2 = \frac{25}{45} = \frac{5}{9}
  3. Third Pair (88 balls remaining: 44 blue, 44 green):

    • Total ways to choose 22 balls from 88: (82)=28\binom{8}{2} = 28
    • Favorable ways to choose 11 blue and 11 green: (41)×(41)=16\binom{4}{1} \times \binom{4}{1} = 16
    • Probability P3=1628=47P_3 = \frac{16}{28} = \frac{4}{7}
  4. Fourth Pair (66 balls remaining: 33 blue, 33 green):

    • Total ways to choose 22 balls from 66: (62)=15\binom{6}{2} = 15
    • Favorable ways to choose 11 blue and 11 green: (31)×(31)=9\binom{3}{1} \times \binom{3}{1} = 9
    • Probability P4=915=35P_4 = \frac{9}{15} = \frac{3}{5}
  5. Fifth Pair (44 balls remaining: 22 blue, 22 green):

    • Total ways to choose 22 balls from 44: (42)=6\binom{4}{2} = 6
    • Favorable ways to choose 11 blue and 11 green: (21)×(21)=4\binom{2}{1} \times \binom{2}{1} = 4
    • Probability P5=46=23P_5 = \frac{4}{6} = \frac{2}{3}
  6. Sixth Pair (22 balls remaining: 11 blue, 11 green):

    • Probability P6=11=1P_6 = \frac{1}{1} = 1

The required total probability PP is the product of all these sequential probabilities: P=P1×P2×P3×P4×P5×P6P = P_1 \times P_2 \times P_3 \times P_4 \times P_5 \times P_6

P=(611)×(59)×(47)×(35)×(23)×1P = \left(\frac{6}{11}\right) \times \left(\frac{5}{9}\right) \times \left(\frac{4}{7}\right) \times \left(\frac{3}{5}\right) \times \left(\frac{2}{3}\right) \times 1

Simplifying the expression: P=6×5×4×3×2×111×9×7×5×3×1=72010395P = \frac{6 \times 5 \times 4 \times 3 \times 2 \times 1}{11 \times 9 \times 7 \times 5 \times 3 \times 1} = \frac{720}{10395}

Dividing the numerator and denominator by 4545: P=16231P = \frac{16}{231}


Method 2: Combinatorial Partition Approach

  1. Total Number of Ways (NtotalN_{\text{total}}): The number of ways to divide 1212 distinct balls into 66 unordered pairs of size 22 is given by: Ntotal=12!266!=11×9×7×5×3×1=10395N_{\text{total}} = \frac{12!}{2^6 \cdot 6!} = 11 \times 9 \times 7 \times 5 \times 3 \times 1 = 10395

  2. Favorable Number of Ways (NfavorableN_{\text{favorable}}): To ensure every pair consists of 11 blue ball and 11 green ball, we match each of the 66 distinct blue balls with a distinct green ball. The number of such pairings is equivalent to the number of permutations of 66 green balls for the 66 blue balls: Nfavorable=6!=720N_{\text{favorable}} = 6! = 720

  3. Required Probability: P=NfavorableNtotal=72010395=16231P = \frac{N_{\text{favorable}}}{N_{\text{total}}} = \frac{720}{10395} = \frac{16}{231}

Thus, the probability that each drawn pair consists of one blue and one green ball is 16231\frac{16}{231}.

Probability of Drawing Mixed Color Pairs Without Replacement | Mathematics PYQ Solution - JEE Challenger