JEE Challenger
More from Probability

Probability of Random Person Having At Most One Symptom in Pandemic Study

In a study about a pandemic, data of 900 persons was collected. It was found that

190 persons had symptom of fever, 220 persons had symptom of cough, 220 persons had symptom of breathing problem, 330 persons had symptom of fever or cough or both, 350 persons had symptom of cough or breathing problem or both, 340 persons had symptom of fever or breathing problem or both, 30 persons had all three symptoms (fever, cough and breathing problem).

If a person is chosen randomly from these 900 persons, then the probability that the person has at most one symptom is __________ .

Official Numerical Answer0.8

Step-by-Step Solution

To find the probability that a randomly chosen person has at most one symptom, we can calculate the number of persons having at most one symptom using set theory principles.

Let FF, CC, and BB denote the sets of persons having symptoms of fever, cough, and breathing problem, respectively.

From the given data, the total number of persons is N=900N = 900.
We are given:
n(F)=190n(F) = 190
n(C)=220n(C) = 220
n(B)=220n(B) = 220

n(FC)=330n(F \cup C) = 330
n(CB)=350n(C \cup B) = 350
n(FB)=340n(F \cup B) = 340

n(FCB)=30n(F \cap C \cap B) = 30

Using the principle of inclusion-exclusion for two sets:
n(FC)=n(F)+n(C)n(FC)n(F \cup C) = n(F) + n(C) - n(F \cap C)
330=190+220n(FC)    n(FC)=410330=80330 = 190 + 220 - n(F \cap C) \implies n(F \cap C) = 410 - 330 = 80

n(CB)=n(C)+n(B)n(CB)n(C \cup B) = n(C) + n(B) - n(C \cap B)
350=220+220n(CB)    n(CB)=440350=90350 = 220 + 220 - n(C \cap B) \implies n(C \cap B) = 440 - 350 = 90

n(FB)=n(F)+n(B)n(FB)n(F \cup B) = n(F) + n(B) - n(F \cap B)
340=190+220n(FB)    n(FB)=410340=70340 = 190 + 220 - n(F \cap B) \implies n(F \cap B) = 410 - 340 = 70

Now, we calculate the number of persons who have at least two symptoms:
The number of persons having exactly two symptoms is given by:
n2=[n(FC)n(FCB)]+[n(CB)n(FCB)]+[n(FB)n(FCB)]n_2 = [n(F \cap C) - n(F \cap C \cap B)] + [n(C \cap B) - n(F \cap C \cap B)] + [n(F \cap B) - n(F \cap C \cap B)]
n2=(8030)+(9030)+(7030)=50+60+40=150n_2 = (80 - 30) + (90 - 30) + (70 - 30) = 50 + 60 + 40 = 150

The number of persons having all three symptoms is:
n3=n(FCB)=30n_3 = n(F \cap C \cap B) = 30

Therefore, the total number of persons having at least two symptoms is:
n(at least 2 symptoms)=n2+n3=150+30=180n(\text{at least 2 symptoms}) = n_2 + n_3 = 150 + 30 = 180

The number of persons having at most one symptom is:
n(at most 1 symptom)=Nn(at least 2 symptoms)=900180=720n(\text{at most 1 symptom}) = N - n(\text{at least 2 symptoms}) = 900 - 180 = 720

The probability PP that a randomly chosen person has at most one symptom is:
P=n(at most 1 symptom)N=720900=0.8P = \frac{n(\text{at most 1 symptom})}{N} = \frac{720}{900} = 0.8