Use set operations on events to compute probabilities of unions, intersections, and complements
You are given probabilities for two or three events and asked for the probability of a union or a region described by overlapping conditions.
Start by drawing a Venn diagram so you can label every disjoint region. Apply inclusion-exclusion for unions, and translate the verbal description into a region using complements, intersections, and the universal set. Re-read the question to confirm whether "or" is inclusive and whether the problem asks for "exactly one" versus "at least one".
P(A or B) = P(A) + P(B) - P(A and B) generalizes by inclusion-exclusion.