The Architecture of Probability
Solving the Newspaper Puzzle
Welcome, future engineer. Today, we are not just solving a probability problem; we are learning the art of partitioning reality.
When you look at a problem involving overlapping sets, your first instinct should always be to visualize the architecture. Imagine a bustling city with two newspapers, A and B. Some people read A, some read B, and a select few are well-informed enough to read both.
The trap that catches most students is treating these groups as simple, monolithic blocks. In set theory, as in life, the devil is in the details—specifically, in the overlaps.
Phase 1
The Art of Partitioning
We are given P(A)=25%, P(B)=20%, and the intersection P(A∩B)=8%. If you simply add 25% and 20%, you are committing a cardinal sin of statistics: double counting.
The 8% of people who read both are hidden inside the 25% of A readers AND inside the 20% of B readers. To solve this, we must create three mutually exclusive, disjoint regions.
First, we isolate the 'A only' readers. This is the set of people who read
A but not
B:
P(A∖B)=P(A)−P(A∩B)=25%−8%=17%
Next, we do the same for the 'B only' readers:
P(B∖A)=P(B)−P(A∩B)=20%−8%=12%
Finally, we have the intersection, the 8% who read both. We have partitioned the entire readership into three distinct, non-overlapping islands: 17% (A only), 12% (B only), and 8% (Both). The sum of these is 37%, which represents the total percentage of the population that reads at least one newspaper.
Phase 2
The Conditional Reality
Now that we have our disjoint regions, the problem becomes a simple weighted sum. We are told that the advertisement viewing rates differ based on reading habits: 30% for 'A only', 40% for 'B only', and 50% for those who read both.
This is a classic application of the Law of Total Probability. We calculate the probability of the event Ad (looking at advertisements) by summing the contributions from each partition:
P(Ad)=P(Ad∣A only)P(A only)+P(Ad∣B only)P(B only)+P(Ad∣A∩B)P(A∩B)
Let's calculate the contribution from each group:
1. From 'A only': 0.30×17%=5.1%
2. From 'B only': 0.40×12%=4.8%
3. From 'Both': 0.50×8%=4.0%
The Final Synthesis
When we sum these contributions, we aggregate the total percentage of the city's population that looks at advertisements:
5.1%+4.8%+4.0%=13.9%
There it is. The complexity of the problem evaporates once you realize that the entire challenge was simply about correctly identifying the disjoint sets.
Never rush into calculations. Always pause, draw your Venn diagram, partition your sets, and then—and only then—apply the math. You have mastered the logic of the intersection. The final answer is 13.9%.