In a student survey, event is that a randomly selected student plays a school sport and event is that the student is in the school band. The probabilities are , , and . What is the probability that or occurs (inclusive or: sport, band, or both)?
- 0.60 (correct answer)
- 0.75
- 0.45
- 0.15
Explanation: This question tests the Addition Rule for probability, which finds P(A or B) when events can overlap. Simply adding P(A) = 0.40 and P(B) = 0.35 gives 0.75, but this double-counts students who do both activities. We must subtract P(A∩B) = 0.15 to correct for this overlap. The calculation is P(A∪B) = P(A) + P(B) - P(A∩B) = 0.40 + 0.35 - 0.15 = 0.60. This gives us the probability that a student plays a sport, is in band, or does both. A common mistake is forgetting to subtract the intersection, which would incorrectly give 0.75. To avoid this error, visualize a Venn diagram where the overlapping region represents students doing both activities.