Match each equation with the correct type of probability?

Answers:
=============================================
Explanation:
The formula we use for "or" cases is
P(A or B) = P(A) + P(B) - P(A and B)
If events A and B are mutually exclusive, then we ignore the P(A and B) part since that is 0. Mutually exclusive events cannot occur simultaneously, which is why we have that 0.
-----------
For "and" cases, we have two basic flavors
P(A and B) = P(A)*P(B | A)
P(A and B) = P(B)*P(A | B)
We go with the first case for problem 2. These formulas apply if A and B are not independent.
If they are independent, then
P(A and B) = P(A)*P(B)
-----------
Start with the equation P(A and B) = P(B)*P(A | B) and divide both sides by P(B).
You'll end up with
P(A | B) = P(A and B)/P(B)
which is a conditional probability.