document.write( "Question 846128: 22. Smokers, According to Information Please Almanac, 80% of adult smokers started smoking before they were 18 years old. Suppose 100 smokers 18 years old or older are randomly selected. Use the normal approximation to the binomial to:
\n" );
document.write( "(a) Approximate the probability that exactly 80 of them started smoking before they were 18 years old.
\n" );
document.write( "(b) Approximate the probability that at least 80 of them started smoking before they were 18 years old.
\n" );
document.write( "(c) Approximate the probability that fewer than 70 of them started smoking before they were 18 years old.
\n" );
document.write( "(d) Approximate the probability that between 7- and 90 of them, inclusive, started smoking before they were 18 years old.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #509684 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Smokers, According to Information Please Almanac, 80% of adult smokers started smoking before they were 18 years old. \n" ); document.write( "Suppose 100 smokers 18 years old or older are randomly selected. \n" ); document.write( "mean = np = 100*0.80 = 80 \n" ); document.write( "std = sqrt(npq) = sqrt(80*0.20) = sqrt(16) = 4 \n" ); document.write( "Use the normal approximation to the binomial to: \n" ); document.write( "(a) Approximate the probability that exactly 80 of them started smoking before they were 18 years old. \n" ); document.write( "Find P(79.5 < x < 80.5) \n" ); document.write( "z(79.5) = (79.5-80)/4 = -0.5/4 = -0.125 \n" ); document.write( "z(80.5) = (80.5-80)/4 = +0.125 \n" ); document.write( "---- \n" ); document.write( "P(x = 80) = P(-0.125< z < 0.125) = 0.3867 \n" ); document.write( "(b) Approximate the probability that at least 80 of them started smoking before they were 18 years old. \n" ); document.write( "P(x >= 80) = P(z >= 0.125) = 0.45 \n" ); document.write( "--------------------------------- \n" ); document.write( "(c) Approximate the probability that fewer than 70 of them started smoking before they were 18 years old. \n" ); document.write( "z(69.5) = (69.5-80)/4 = -10.5/4 = -2.625 \n" ); document.write( "P(x <= 69.5) = P(z <= -2.625) = 0.004 \n" ); document.write( "--------------------------------- \n" ); document.write( "(d) Approximate the probability that between 7- and 90 of them, inclusive, started smoking before they were 18 years old. \n" ); document.write( "Find (6.5 < x < 90.5) \n" ); document.write( "I'll leave that to you. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " \n" ); document.write( " |