I have been working on this question for a while and I haven't obtained any reasonable results:
In a city, 70% of the inhabitants are non-smokers. Specialists estimate that there is a 45% chance that smokers will suffer from lung cancer at some point their lives while the probability is 10% for non-smokers. If a person is chosen at random in this city, what is the probability that this person will not develop lung cancer given that this person is a non-smoker?
I know that:
P(B|A) = P(B ^ A) / P(A)
Where the symbol ^ indicates intersection. To this question, I believe, this formula applies as:
P(will not dev. lung cancer|non-smoker) = P(no lung cancer ^ non-smoker) / P(non-smoker)
It is given that P(non-smoker) is 0.7.
However, obtaining the intersection of no lung cancer and non-smoker is the problem for me; I create a Venn diagram such that A (no-lung cancer) and B (non-smoker). Yet, how do I calculate the intersection of the two?
Is there something that I am missing because of the word play in the question?
P(is a smoker and will develop lung cancer)= 45% andP(will not develop lung cancer|is smoker)= 55%, since this information is already present in the info given within the question? – arin Apr 02 '13 at 02:29