This lesson works through three Class 12 probability questions: a draw with replacement, a Bayes' theorem problem, and a test of independence for events from three coin tosses.
Two balls drawn with replacement
A box contains 6 red and 4 blue balls, so the total is 10. Two balls are drawn at random with replacement, which means each draw is independent and the probabilities stay the same.
The single-draw probabilities are:
P(red)=106,P(blue)=104
Two red balls
P(2 red)=106×106=10036=259
Two blue balls
P(2 blue)=104×104=10016=254
One red and one blue ball
The red and blue can come in either order, so add both cases:
P(1 red, 1 blue)=106⋅104+104⋅106=10024+10024=10048=2512
Which bag did the red ball come from? (Bayes' theorem)
Bag 1 has 2 white and 4 red balls (total 6). Bag 2 has 5 white and 3 red balls (total 8). A bag is chosen at random and one ball is drawn; it turns out to be red. We want the probability it came from bag 2.
Let E1 and E2 be the events of choosing bag 1 and bag 2, and let E be the event that the drawn ball is red.
P(E1)=21,P(E2)=21
P(E∣E1)=64,P(E∣E2)=83
By Bayes' theorem:
P(E2∣E)=P(E1)P(E∣E1)+P(E2)P(E∣E2)P(E2)P(E∣E2)
P(E2∣E)=21⋅64+21⋅8321⋅83=31+163163
The denominator is 31+163=4816+9=4825, so:
P(E2∣E)=4825163=163×2548=259
Independence of events for three coin tosses
Three coins are tossed. The sample space has 8 outcomes:
S={HHH,HHT,HTH,THH,HTT,THT,TTH,TTT}
Define the events:
- E: three heads or three tails ={HHH,TTT}, so P(E)=82.
- F: at least two heads ={HHH,HHT,HTH,THH}, so P(F)=84.
- G: at most two heads (everything except HHH), so P(G)=87.
Pair E and F
E∩F={HHH},P(E∩F)=81
P(E)P(F)=82×84=648=81
Since P(E∩F)=P(E)P(F), the events E and F are independent.
Pair F and G
F∩G={HHT,HTH,THH},P(F∩G)=83
P(F)P(G)=84×87=167
Since 83=167, the events F and G are dependent.
Pair E and G
E∩G={TTT},P(E∩G)=81
P(E)P(G)=82×87=327
Since 81=327, the events E and G are dependent.
Key takeaways
- With replacement, draws are independent, so multiply the single-draw probabilities and add over the possible orders.
- Bayes' theorem flips a conditional probability: it finds the chance of a cause given an observed effect.
- Two events are independent only when P(A∩B)=P(A)P(B); otherwise they are dependent.