There are 3 types of pants on sale in a store, A, B and C respectively. 45% of the customers bought pants A, 35% percent bought pants B, 30% bought pants C. 10% bought both pants A & B, 8% bought both pants A & C, 5% bought both pants B & C and 3% of the customers bought all three pairs.
Find the following probabilities:
- Customers who only bought pants A
- Customers who only bought one type of pants
- Customers who bought at least one type of pants
- Customers who did not buy any pants
My understanding:
- P(bought pants A) - P(bought pants A & B) - P(bought pants A & C) - P(bought all three types)
= 0.45 - 0.1 0.08 0.03 = 0.24
- P(only bought one type) meaning bought either only pants A or pants B or pants C
= P(only bought pants A) + P(only bought pants B) + P(only bought pants C)
= 0.24 +(0.35 - 0.1 - 0.03 - 0.05) + (0.3 - 0.08 - 0.03 -0.05)
= 0.55
- P(bought at least one type of pants) = P(bought pants A) + P(bought pants B) + (P(bought pants C) - P(bought pants A&C) - P(bought pants A&B) - P(bought pants B&C) - P(bought all 3 pairs)
= 0.45 + 0.35 + 0.3 - 0.08 - 0.1 - 0.05 - 0.03
= 0.84
- P(did not buy any pants) = 1 - P(bought at least one type of pants)
= 1 - 0.84 = 0.16
Would like to know if my understanding is correct as well as if there is a better way to do this.


