The Detective's Dilemma
Unraveling the Mystery of Probability
Imagine you are a detective in a bustling city of 400 people. You have been tasked with a medical investigation regarding a specific chest disorder plaguing the population.
You have been handed a single, crucial piece of evidence: a person has been selected at random, and they are suffering from this disorder. Your mission is to trace this person back to their lifestyle group using the tools of probability.
Phase 1
Partitioning the World
Before we can solve the mystery, we must understand the landscape. We have a total population of N=400, divided into three distinct, mutually exclusive groups defined as events E1,E2, and E3.
E1 represents the smokers who are non-vegetarians, with n(E1)=160.
E2 represents the smokers who are vegetarians, with n(E2)=100.
E3 represents the non-smokers who are vegetarians, with n(E3)=140.
These groups partition the entire population, as
160+100+140=400. The probability of a randomly selected person belonging to any of these groups is:
P(E1)=400160,P(E2)=400100,P(E3)=400140
Phase 2
The Conditional Landscape
We introduce the 'effect'—the chest disorder, denoted as event A. The disorder has a preference, represented by the following conditional probabilities:
P(A∣E1)=35%=10035
P(A∣E2)=20%=10020
P(A∣E3)=10%=10010
These values are the 'likelihoods'. They bridge the gap between the lifestyle groups and the incidence of the disease.
Phase 3
The Bayes' Insight
We know the person is sick (Event A has occurred) and we want to find the probability that they belong to group E1, denoted as P(E1∣A). This is a classic inverse probability problem solved via Bayes' Theorem:
P(E1∣A)=P(A)P(E1)P(A∣E1)
The total probability of being sick,
P(A), is the sum of all ways one could become sick:
P(A)=P(E1)P(A∣E1)+P(E2)P(A∣E2)+P(E3)P(A∣E3)
Phase 4
The Beauty of Cancellation
Assembling our equation with the provided values, we obtain:
P(E1∣A)=400160×10035+400100×10020+400140×10010400160×10035
By multiplying the numerator and denominator by 400×100, the fractions vanish, leaving a cleaner expression based on raw counts:
P(E1∣A)=(160×35)+(100×20)+(140×10)160×35
Calculating the components:
Numerator: 160×35=5600.
Denominator: 5600+2000+1400=9000.
The Final Resolution
Our probability is 90005600. Simplifying by canceling the zeros, we get 9056.
Dividing both the numerator and the denominator by 2, we arrive at our final answer:
We have successfully navigated through the conditional probabilities to reverse the logic. The probability of our sick person being a smoker and non-vegetarian is 4528.