We have P(A U B) = P(A) + P(B) - P(A ∩ B) <= 1. Hence, P(A ∩ B) >= P(A) + P(B) - 1 = 0.9 + 0.6 - 1 = 1.5 - 1 = 0.5. Therefore (a) It is not possible that P(A ∩ B) = 0.1 (see above) (b) Smallest possible value for P(A ∩ B) is 0.5 in this case (and max(0, P(A)+P(B)-1) in general case).