Probability: Exam-Pattern Drill (4)

easy 2 min read

Question

A bag contains 5 red and 3 blue balls. Two balls are drawn without replacement. Find the probability that both are red.

Solution — Step by Step

Without replacement → conditional probability or counting. Both work; counting is faster here.

Total ways to choose 2 balls from 8: (82)=28\binom{8}{2} = 28.

Favourable ways (both red, choose 2 from 5): (52)=10\binom{5}{2} = 10.

P(both red)=(52)(82)=1028=514P(\text{both red}) = \frac{\binom{5}{2}}{\binom{8}{2}} = \frac{10}{28} = \frac{5}{14}

P(first red)=5/8P(\text{first red}) = 5/8. After drawing one red, P(second redfirst red)=4/7P(\text{second red} | \text{first red}) = 4/7.

P(both red)=(5/8)(4/7)=20/56=5/14P(\text{both red}) = (5/8)(4/7) = 20/56 = 5/14. Same answer.

Probability =5/14= 5/14.

Why This Works

The combination method counts unordered pairs — we don’t care about which ball came first. The sequential method tracks order but multiplies probabilities — both approaches lead to the same answer because the unordering and the conditioning balance out.

For board exams, the sequential method is often easier to write up. For JEE Main MCQs, the combination method is faster.

Speed shortcut: For “without replacement” problems, P(all favourable)=(Fk)/(Nk)P(\text{all favourable}) = \binom{F}{k}/\binom{N}{k} where FF is favourable count, NN is total, kk is draws. One formula for any number of balls.

Alternative Method — Conditional Probability Tree

Draw the tree: first draw red (5/85/8) or blue (3/83/8). After red, branch into red (4/74/7) or blue (3/73/7). After blue, into red (5/75/7) or blue (2/72/7).

The “both red” branch: (5/8)(4/7)=5/14(5/8)(4/7) = 5/14.

This method scales easily to “at least one red” or “exactly one red” follow-ups.

Common Mistake

Students often compute P(both red)=(5/8)(5/8)=25/64P(\text{both red}) = (5/8)(5/8) = 25/64, treating draws as independent. That formula applies to WITH REPLACEMENT, not without.

Another classic: using (52)/(81)\binom{5}{2}/\binom{8}{1} — mismatching the two binomials. Always use the same kk in both numerator and denominator.

JEE Main 2023 (Shift 2, April 8) had a near-identical structure with 6 white and 4 black, drawing 3 without replacement. The pattern is so common that recognising “without replacement” should immediately trigger the (Fk)/(Nk)\binom{F}{k}/\binom{N}{k} formula. CBSE Class 12 boards ask this every alternate year as a 4-mark question.

For NEET, basic probability isn’t tested — but the underlying logic shows up in genetics problems (Punnett squares), so the foundation is still useful.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next