document.write( "Question 867255: It has been estimated that only 27% of the people who need vision correction wear glasses. The others wear either contact lenses or have had eye surgery or do not bother with correcting their vision. In a sample of 20 people, what is the probability that fewer than 8 wear glasses? \n" ); document.write( "
Algebra.Com's Answer #522904 by stanbon(75887) ![]() You can put this solution on YOUR website! It has been estimated that only 27% of the people who need vision correction wear glasses. The others wear either contact lenses or have had eye surgery or do not bother with correcting their vision. In a sample of 20 people, what is the probability that fewer than 8 wear glasses? \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 20 and p(wear) = 0.27 \n" ); document.write( "-------------- \n" ); document.write( "P(x < 8) = binomcdf(20,0.27,7) = 0.8545 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |