This is a 'without replacement' problem, so events are dependent. A tree diagram is a useful tool.
Let R1 be the event the first ball is red, and B1 be the event the first is blue. Similarly for the second draw (R2,B2).
P(R1)=5/9, P(B1)=4/9.
The second-stage probabilities are conditional:
| $P(R_2 | R_1) = 4/8$ (4 red left out of 8 total) |
|---|
| $P(B_2 | R_1) = 4/8$ (4 blue left out of 8 total) |
| $P(R_2 | B_1) = 5/8$ (5 red left out of 8 total) |
| $P(B_2 | B_1) = 3/8$ (3 blue left out of 8 total) |
(i) Probability both are red is P(R1∩R2). We multiply along the branches:
P(R1∩R2)=P(R1)×P(R2∣R1)=95×84=7220=185.
(ii) The event 'the second ball is blue' can happen in two ways: Red then Blue, OR Blue then Blue. We find the probability of each path and add them (as they are mutually exclusive paths).
| Path 1: $P(R_1 \cap B_2) = P(R_1) \times P(B_2 | R_1) = \frac{5}{9} \times \frac{4}{8} = \frac{20}{72}$. |
|---|
| Path 2: $P(B_1 \cap B_2) = P(B_1) \times P(B_2 | B_1) = \frac{4}{9} \times \frac{3}{8} = \frac{12}{72}$. |
| Total probability P(B2)=P(R1∩B2)+P(B1∩B2)=7220+7212=7232=94. | |