Analyzing the Setup
We begin with a universal set U containing n(U)=900 people. We define three sets representing the symptoms: Fever (F), Cough (C), and Breathing problems (B).
The given totals for these sets are:
n(F)=190,n(C)=220,n(B)=220
It is crucial to remember that these values represent the entirety of each circle, including the regions where symptoms overlap.
The Inclusion-Exclusion Principle
To determine the overlaps, we utilize the Principle of Inclusion-Exclusion. We calculate the pairwise intersections as follows:
n(F∩C)=n(F)+n(C)−n(F∪C)=190+220−330=80
n(C∩B)=n(C)+n(B)−n(C∪B)=220+220−350=90
n(F∩B)=n(F)+n(B)−n(F∪B)=190+220−340=70
We are given that the number of people suffering from all three symptoms is n(F∩C∩B)=30.
Peeling the Onion
To isolate those with exactly two symptoms, we must subtract the central intersection (those with all three symptoms) from our pairwise results:
Only Fever and Cough: 80−30=50
Only Cough and Breathing: 90−30=60
* Only Fever and Breathing: 70−30=40
Next, we isolate those with exactly one symptom by subtracting the overlapping regions from the total for each category:
Only Fever: 190−(50+30+40)=70
Only Cough: 220−(50+30+60)=80
* Only Breathing: 220−(40+30+60)=90
Final Calculation
To find the number of healthy individuals (zero symptoms), we subtract the sum of all symptom-bearing individuals from the total population:
n(Healthy)=900−(70+80+90+50+60+40+30)=900−420=480
The question asks for the probability of a person having at most one symptom. This includes those with zero symptoms and those with exactly one symptom:
Favorable Outcomes=480+(70+80+90)=480+240=720
The final probability is calculated as:
Through systematic visualization, we conclude that the probability is 0.8.