Comprehension
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.
Updated On: Sep 10, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

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.
Updated On: Sep 10, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

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.
Updated On: Sep 10, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Concept:
• Bayes' Theorem: \( P(A|B) = \frac{P(A) \cdot P(B|A)}{P(B)} \).

Step 1:
Define the events and their probabilities
Let \( M \): Selected person is Male, \( F \): Selected person is Female.
Let \( C \): Selected person has lung complications.
\( P(M) = 30/50 = 0.6 \)
\( P(F) = 20/50 = 0.4 \)
Conditional probabilities given from the study:
\( P(C|M) = 170/1000 = 0.17 \)
\( P(C|F) = 120/1000 = 0.12 \)

Step 2:
Calculate the total probability of complications \( P(C) \)
Using the theorem of total probability:
\[ P(C) = P(M)P(C|M) + P(F)P(C|F) \]
\[ P(C) = (0.6 \times 0.17) + (0.4 \times 0.12) \]
\[ P(C) = 0.102 + 0.048 = 0.150 \]

Step 3:
Apply Bayes' Theorem to find \( P(F|C) \)
\[ P(F|C) = \frac{P(F) \cdot P(C|F)}{P(C)} \]
\[ P(F|C) = \frac{0.4 \times 0.12}{0.150} = \frac{0.048}{0.150} \]
\[ P(F|C) = \frac{48}{150} = \frac{8}{25} = 0.32 \]
Was this answer helpful?
0
0
Question: 4

A person selected at random from the smoking colony is not having lung problems. Find the probability that the person is a male.

Show Hint

You can also calculate \( P(C') \) as \( 1 - P(C) \) from the previous part to save time.
Updated On: Sep 10, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Concept:
• Bayes' Theorem applied to the complement of the complications event.

Step 1:
Define the events for 'no complications'
Let \( C' \) be the event that the person does not have lung complications.
\( P(C'|M) = 1 - 0.17 = 0.83 \)
\( P(C'|F) = 1 - 0.12 = 0.88 \)
Probabilities of selection:
\( P(M) = 0.6 \), \( P(F) = 0.4 \)

Step 2:
Calculate total probability of no complications \( P(C') \)
\[ P(C') = P(M)P(C'|M) + P(F)P(C'|F) \]
\[ P(C') = (0.6 \times 0.83) + (0.4 \times 0.88) \]
\[ P(C') = 0.498 + 0.352 = 0.850 \]

Step 3:
Apply Bayes' Theorem to find \( P(M|C') \)
\[ P(M|C') = \frac{P(M) \cdot P(C'|M)}{P(C')} \]
\[ P(M|C') = \frac{0.498}{0.850} = \frac{498}{850} = \frac{249}{425} \]
Was this answer helpful?
0
0