document.write( "Question 724553: If 13% of the population is left-handed, use the normal distribution to approximate the probability that you would find no more than 12 of the left-handed individuals you interviewed out of 35 will be left-handed. \n" ); document.write( "
Algebra.Com's Answer #443804 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If 13% of the population is left-handed, use the normal distribution to approximate the probability that you would find no more than 12 of the left-handed individuals you interviewed out of 35 will be left-handed. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 35 and p(left) = 0.13 \n" ); document.write( "----- \n" ); document.write( "P(0<= x <=12) = binomcdf(35,0.13,12) = 0.9997 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |