Screen Link:
https://app.dataquest.io/c/65/m/378/probability-rules/6/exceptions-to-the-addition-rule
The question on Screen 6 of 378 reads:
An online betting company offers customers the possibility of betting on a variety of games and events (football, tennis, hockey, horse races, car races, etc.). Based on historical data, the company knows the empirical probabilities of the following events:
- Event F (a new customer’s first bet is on football) — the probability is 0.26.
- Event T (a new customer’s first bet is on tennis) — the probability is 0.11.
- Event “T and F” (a new customer’s first bet is on both football and tennis) — the probability is 0.03.
Find the probability that a new customer’s first bet is either on football or tennis. Assign your answer to p_f_or_t
. You can’t use theoretical probability formula to solve this, so you’ll need to make use of the addition rule.
To me:
- “a new customer’s first bet is on football” suggests that the first bet is on football and only football.
- “a new customer’s first bet is on tennis” suggests that the first bet is on tennis and only tennis.
- “a new customer’s first bet is on both football and tennis” suggests that the first bet is on football and tennis, and only football and tennis.
- “Find the probability that a new customer’s first bet is either on football or tennis” suggests that we want the probability that the first bet is on football and only football, or on tennis and only tennis.
This would mean that the answer to the question is 0.26 + 0.11, not 0.26 + 0.11 - 0.03 as given in the official answer.
I understand the mathematics of the official answer – I just find the wording of the question unclear and perhaps misleading. Does anyone else agree or am I missing something?
Thank you