Reading a Venn diagram
A Venn diagram shows students who play Football (F) and Basketball (B). 8 play both, 12 play only Football, 5 play only Basketball. How many students total?
F only: 12, Both: 8, B only: 5
Total=12 + 8 + 5=25 students
Regions in a Venn diagram don't overlap (except at intersections). The union includes all regions.
Drawing a tree diagram for independent events
A coin is flipped twice. Show all outcomes and their probabilities.
First flip: H (prob 0.5), T (prob 0.5)
Second flip: H or T from each branch (each prob 0.5)
Outcomes: HH (0.25), HT (0.25), TH (0.25), TT (0.25)
For independent events, multiply probabilities along a path. For two flips, each of 4 outcomes has probability 0.5 × 0.5 = 0.25.
Conditional probability without replacement
A bag has 5 red and 3 blue balls. Draw two without replacement. Find P(both red).
P(red first)=85 P(red second | red first)=74 P(both red)=(85)×(74)=5620=145 Without replacement, the second draw has fewer items. Conditional probability accounts for the changed sample space.
Using conditional probability formula
In a group, 60% have a driving licence (D) and 20% have both a licence and a car (D and C). Find P(car | licence).
P(C|D)=P(D)P(C and D) =0.600.20=31≈0.333 Conditional probability restricts the sample space to only the cases where the condition (D) is true.