Smoking increases the risk of lung problems.
A study revealed that 170 in 1000 males who smoke develop lung complications, while 120 out of 1000 females who smoke develop lung related problems. In a colony, 50 people were found to be smokers of which 30 are males. If a person is selected at random from these 50 people
Question: 1
what is the probability that selected person is a female?
Show Hint
Always define your sample space clearly before calculating probabilities.
Basic probabilities are the building blocks for more complex Bayes' Theorem problems.
Concept: • Probability of an event \( P(E) = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}} \).
Step 1: Identify the given data
Total number of smokers in the colony = 50
Number of male smokers = 30
Total number of females = Total smokers - Male smokers
\[ \text{Number of females} = 50 - 30 = 20 \]
Step 2: Calculate the probability
Let \( F \) be the event that the selected person is a female.
\[ P(F) = \frac{\text{Number of females}}{\text{Total smokers}} \]
\[ P(F) = \frac{20}{50} = \frac{2}{5} \]
In decimal form:
\[ P(F) = 0.4 \]
Was this answer helpful?
0
0
Question: 2
If a male person is selected, what is the probability that he will not be suffering from lung problems?
Show Hint
Use complementation to simplify calculations when "not" is mentioned in the question.
Concept: • The probability of the complement of an event is \( P(E') = 1 - P(E) \).
Step 1: Find the probability of suffering from lung problems
Given that 170 in 1000 males develop complications.
Let \( C \) be the event of having lung complications given the person is male.
\[ P(C|M) = \frac{170}{1000} = 0.17 \]
Step 2: Calculate the probability of not suffering from lung problems
The probability of not having complications is the complement of having them:
\[ P(C'|M) = 1 - P(C|M) \]
\[ P(C'|M) = 1 - 0.17 \]
\[ P(C'|M) = 0.83 \]
Was this answer helpful?
0
0
Question: 3
A person selected at random is detected with lung complications. Find the probability that selected person is a female.
Show Hint
Bayes' Theorem is used to find "reverse" probabilities when the outcome is known.