document.write( "Question 1103288: A preliminary survey shows that 35% of college students smoke. In a class of 42 students, what is the probability that more than half the students smoke? \n" ); document.write( "
Algebra.Com's Answer #718017 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A preliminary survey shows that 35% of college students smoke. In a class of 42 students, what is the probability that more than half the students smoke? \n" ); document.write( "------ \n" ); document.write( "Binomial problem with n = 42 and p = 0.35 \n" ); document.write( "-------- \n" ); document.write( "mean = 0.35*42 = 14.7 \n" ); document.write( "std = sqrt(npq) = sqrt(14.7*0.65) = 3.0911 \n" ); document.write( "------------ \n" ); document.write( "z(21) = (21-14.7)/3.0911 = 2.0381 \n" ); document.write( "------------ \n" ); document.write( "P(x > 21) = P(z > 2.0381) = normalcdf(2.0381,100) = 0.0277 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " \n" ); document.write( " |