Each time Caroline goes shopping she decides whether or not to buy fruit.
The probability that she does buy fruit is 0.4.
Independently, she then decides whether or not to buy a CD, with a probability of 0.2 that she does buy a CD.
Work out the probability that she buys fruit or buys a CD or both.
Solution:
Let event A = Caroline buys fruit, event B = Caroline buys CD, Ac and Bc are complementary events.
Events AB, ABc, AcB and AcBc are jointly exhaustive and disjoint, hence P(AB) + P(ABc) + P(AcB) +P(AcBc) =1.
Events A and B independent, hence Ac and Bc independent too and probability P(AcBc) = P(Ac)*P(Bc) = (1 - P(A))(1-P(B)) = 0.2*0.4 = 0.08.
Required probability P(AB + ABc + AcB ) = P(AB) + P(ABc) + P(AcB) = 1- P(AcBc) = 1 - 0.08 = 0.92
Comments
Leave a comment