On my commute to work, I pass through two intersections with traffic lights. Based on a large amount of empirical data, I estimate that:

- the probability I stop at the first traffic light (event A) is 0.4
- the probability I stop at the second traffic light (event B) is 0.5,
- and the probability that I stop at both traffic lights (A∩B) is 0.3.

What is the probability that I stop at the first traffic light but not the second?

1 answer

To find the probability that you stop at the first traffic light (event A) but not the second (not event B), we need to subtract the probability of stopping at both traffic lights (A∩B) from the probability of stopping at the first traffic light (event A).

P(A∩B) = 0.3 (probability of stopping at both traffic lights)
P(A) = 0.4 (probability of stopping at the first traffic light)

To find the probability of stopping at the first traffic light but not the second, we subtract P(A∩B) from P(A):

P(A and not B) = P(A) - P(A∩B)
= 0.4 - 0.3
= 0.1

Therefore, the probability that you stop at the first traffic light but not the second is 0.1.