document.write( "Question 868500: 10. A population survey shows that 40% are Young, 35% are Middle aged, and the rest are Seniors. Among the Young, 60% smoke. Among the Middle aged, 40% smoke, while among the Seniors 20% smoke. Find the probability that a person in this survey:\r
\n" ); document.write( "\n" ); document.write( "a) a middle aged smoker
\n" ); document.write( "b) a senior non smoker
\n" ); document.write( "c) a smoker
\n" ); document.write( "d) a smoker given that he/she is a senior
\n" ); document.write( "e) a senior given that he/she smokes
\n" ); document.write( "f) young or a smoker \r
\n" ); document.write( "\n" ); document.write( "I have the answers I just don't understand how to do it
\n" ); document.write( "

Algebra.Com's Answer #523591 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "Recommend making a table to keep track...
\n" ); document.write( "Age % of Pop %whosmoke % of Entire Pop for each
\n" ); document.write( "Young .40 .60 .24 (.40*.60)
\n" ); document.write( "Middle .35 .40 .14
\n" ); document.write( "Seniors .25 .20 .05
\n" ); document.write( " .43 (sum)
\n" ); document.write( "a) a middle aged smoker: P(MA smoker) = .14
\n" ); document.write( " b) a senior non smoker: P(S nonsmoker) = 1 - .05 = .95 0r 95%
\n" ); document.write( " c) a smoker P = .43
\n" ); document.write( " d) a smoker given that he/she is a senior: P = .05/.25
\n" ); document.write( " e) a senior given that he/she smokes: P = .05/.43
\n" ); document.write( " f) young or a smoker: P = .40 + .43 - .24 \n" ); document.write( "
\n" );