Probability of Having Lung Cancer For Smokers

Probability problems

Problem 736

Let $C$ be the event that a randomly chosen person has lung cancer. Let $S$ be the event of a person being a smoker.
Suppose that 10% of the population has lung cancer and 20% of the population are smokers. Also, suppose that we know that 70% of all people who have lung cancer are smokers.

Then determine the probability of a person having lung cancer given that the person is a smoker.

LoadingAdd to solve later

Sponsored Links

Solution.

Hint (Bayes’s rule)

Let $E$ and $F$ be events.

Let $P(E \mid F)$ be the probability that $E$ occurs given $F$ occurs. This is called a conditional probability of $E$ given $F$.

Suppose that we know $P(E), P(F)$ and $P(E \mid F)$. Then $P(F \mid E)$ can be computed by Bayes’ theorem (alternatively Bayes’ rule):
\[ P(E \mid F) = \frac{P(E) \cdot P(F \mid E)}{P(F)}.\]

Solution

Given information can be formulated as
\[P(C) = 0.1, P(S) = 0.2, \text{ and } P(S \mid C) = 0.7.\]

The required probability is $P(C \mid S)$. Using Bayes’ rule, we can compute it as follows.
\begin{align*}
P(C \mid S) &= \frac{P(C) \cdot P(S \mid C)}{P(S)}\\[6pt] &= \frac{(0.1)(0.7)}{0.2}\\[6pt] &= 0.35
\end{align*}

Remark

The data given here is artificial for educational purpose and is not based on a scientific fact.


LoadingAdd to solve later

Sponsored Links

More from my site

  • What is the Probability that Selected Coin was Two-Headed?What is the Probability that Selected Coin was Two-Headed? There are three coins in a box. The first coin is two-headed. The second one is a fair coin. The third one is a biased coin that comes up heads $75\%$ of the time. When one of the three coins was picked at random from the box and tossed, it landed heads. What is the probability […]
  • Independent Events of Playing CardsIndependent Events of Playing Cards A card is chosen randomly from a deck of the standard 52 playing cards. Let $E$ be the event that the selected card is a king and let $F$ be the event that it is a heart. Prove or disprove that the events $E$ and $F$ are independent. Definition of Independence Events […]
  • If At Least One of Two Coins Lands Heads, What is the Conditional Probability that the First Coin Lands Heads?If At Least One of Two Coins Lands Heads, What is the Conditional Probability that the First Coin Lands Heads? Two fair coins are tossed. Given that at least one of them lands heads, what is the conditional probability that the first coin lands heads? We give two proofs. The first one uses Bays' theorem and the second one simply uses the definition of the conditional […]
  • Jewelry Company Quality Test Failure ProbabilityJewelry Company Quality Test Failure Probability A jewelry company requires for its products to pass three tests before they are sold at stores. For gold rings, 90 % passes the first test, 85 % passes the second test, and 80 % passes the third test. If a product fails any test, the product is thrown away and it will not take the […]
  • If a Smartphone is Defective, Which Factory Made It?If a Smartphone is Defective, Which Factory Made It? A certain model of smartphone is manufactured by three factories A, B, and C. Factories A, B, and C produce $60\%$, $25\%$, and $15\%$ of the smartphones, respectively. Suppose that their defective rates are $5\%$, $2\%$, and $7\%$, respectively. If a smartphone of this model is […]
  • What is the Probability that All Coins Land Heads When Four Coins are Tossed If…?What is the Probability that All Coins Land Heads When Four Coins are Tossed If…? Four fair coins are tossed. (1) What is the probability that all coins land heads? (2) What is the probability that all coins land heads if the first coin is heads? (3) What is the probability that all coins land heads if at least one coin lands […]
  • Find the Conditional Probability About Math Exam ExperimentFind the Conditional Probability About Math Exam Experiment A researcher conducted the following experiment. Students were grouped into two groups. The students in the first group had more than 6 hours of sleep and took a math exam. The students in the second group had less than 6 hours of sleep and took the same math exam. The pass […]
  • Probability that Alice Tossed a Coin Three Times If Alice and Bob Tossed Totally 7 TimesProbability that Alice Tossed a Coin Three Times If Alice and Bob Tossed Totally 7 Times Alice tossed a fair coin until a head occurred. Then Bob tossed the coin until a head occurred. Suppose that the total number of tosses for Alice and Bob was $7$. Assuming that each toss is independent of each other, what is the probability that Alice tossed the coin exactly three […]

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Probability
Probability problems
Overall Fraction of Defective Smartphones of Three Factories

A certain model of smartphone is manufactured by three factories A, B, and C. Factories A, B, and C produce...

Close