[Math] the probability that a randomly chosen student plays a winter or spring sport

probability

Suppose that $10\%$ of all students play a winter sport, $20\%$ play a spring sport, and $5\%$ play both a winter and spring sport. What is the probability that a randomly chosen student plays a winter or spring sport?

Best Answer

Use this:

$$P(A \cap B) = P(A) + P(B) - P(A \cup B)$$

Where $P(A)$ is the probability for winter / spring; $P(A \cup B)$ is the union, namely the probability for both winter and spring and $P(A \cap B)$ is the probability for the OR events.

So:

$$P(A\cap B) = 10 + 20 - 5 = 25\%$$

Related Question