Analyzing the Setup
We are dealing with three events, A, B, and C. Our goal is to find the probability that at least one of them occurs, which is represented by the union P(A∪B∪C).
Decoding the 'Exactly One' Condition
The problem states that the probability of 'exactly one of A or B' is 41. In set theory, this region is the symmetric difference, denoted as AΔB.
This region includes everything in A and everything in B, but we must exclude the overlap where both occur. Mathematically, this is expressed as:
The factor of 2 is necessary because when we add P(A) and P(B), the intersection P(A∩B) is counted twice. To remove it completely from the union, we subtract it twice.
The Power of Symmetry
The problem specifies that this condition holds for all pairs: (A,B), (B,C), and (C,A). We therefore have three identical equations:
Summing these three equations, we observe that each individual probability and each pairwise intersection appears twice. This yields:
2(P(A)+P(B)+P(C))−2(P(A∩B)+P(B∩C)+P(C∩A))=43
Dividing by 2, we isolate the core components of the Inclusion-Exclusion Principle:
The Final Bridge
The Principle of Inclusion-Exclusion states that:
P(A∪B∪C)=∑P(A)−∑P(A∩B)+P(A∩B∩C)
We have already determined that ∑P(A)−∑P(A∩B)=83. The problem also provides the triple intersection value, P(A∩B∩C)=161.
Substituting these values into the formula:
Finding a common denominator, we get:
The probability that at least one event occurs is 167. By embracing symmetry and the structure of the Inclusion-Exclusion Principle, we have arrived at the solution efficiently.