bmwhype2
ok, just wanted to make sure
What is the P(A+B) = 1/3 * 3/4 = 1/4
What is the P(A+B) but ~P(C) = 1/3 * 3/4 * 2/5 = 1/10
No, P(A+B) = P(A)+P(B) - P(A*B)
In order to calculate a probability that a student plays either football (A) or baseball (B) we should add all those who play football but not baseball (P(A)-P(A*B)), baseball but not football (P(B)-P(A*B)) and both (P(A*B)). Therefore, P(A+B) = P(A)-P(A*B)+P(B)-P(A*B)+P(A*B) = P(A)+P(B)-P(A*B). If we don't subtract P(A*B), we double count those who play both sports.
The second formula would be more difficult, there are some assumptions there that should be considered. For example, if C is independent of A+B, then P((A+B)*(~C))=P(A+B)*P(~C) = P(A+B)*(1-P(C)).