[Math] Question about P($A\cup B$) = P($A$) + P($B$) – P($A\cap B$)

probability

When the health department tested private wells in a county for two impurities commonly found in drinking water, it found that 20% of the wells had neither impurity, 40% had impurity A, and 50% had impurity B. (Obviously, some had both impurities.) If a well is randomly chosen from those in the county, find the probability distribution for Y , the number of impurities found in the well.

The answers:

P($Y=0$) = 0.2

P($Y=1$) = P($A$) + P($B$) – P($A\cap B$) ** , which is 0.7

P($Y=2$) = P($A\cap B$), which is 0.1

However, my friends and I disagreed about how to find P($A\cap B$). If you're given P(A), which is 0.4, and you're given P(B), which is 0.5, then in order to find P($A\cup B$), don't you just do $0.4 + 0.5 – 0.4(0.5$) as according to the theorem?

But then the answer when you multiply the two is 0.2, which is NOT 0.1 as given.

My friend, on the other hand, subtracted 0.1 from 0.4 and from 0.5, so she added 0.3 + 0.4 together in order to get the result 0.7. But if you're using the theorem, you can't subtract from both. What are we doing wrong? Did the 0.2 have something to do with this?

Best Answer

The main problem is that $P(A\cap B)=P(A)P(B)$ is true only when $A$ and $B$ are independent events, and according to the statement of the problem $P(A\cap B)=0.1\neq 0.2=0.4\cdot 0.5=P(A)P(B)$, i.e. it is implicity saying that both events are not independent.

In conclusion, $P(A\cap B)=P(A)P(B)$ is not always true -only when the considered events are independent-. And thus, for calculating $P(A\cup B)$ you shouls apply that $$0.2=P(\overline{A}\cap \overline{B})=P(\overline{A\cup B})=1-P(A\cup B)$$ which gives that $P(Y\geq 1)=P(A\cup B)=0.8$. And here, the rest is straighforward.

However, note that $Y=1$ is equivalent to $(\overline{A}\cap B)\cup (A\cap \overline{B})$ not to $A\cup B$, since this last means that impurity A is found and not B, that impurity B is found and not A or that both impurities are found.

Related Question