document.write( "Question 1122180: A recent survey found that 61% of all adults over the age of fifty wear glasses for driving. In a random sample of 60 adults over the age of fifty, use the binomial distribution to determine what is the mean and standard deviation of those that wear glasses.
\n" );
document.write( "Select one:
\n" );
document.write( "a. mean: 60; standard deviation: 14.274
\n" );
document.write( "b. mean: 60; standard deviation: 3.778
\n" );
document.write( "c. mean: 36.6; standard deviation: 3.778
\n" );
document.write( "d. mean: 36.6; standard deviation: 14.274\r
\n" );
document.write( "\n" );
document.write( "Thanks very much \n" );
document.write( "
Algebra.Com's Answer #738316 by Boreal(15235) You can put this solution on YOUR website! mean is np=60*0.61=36.6 \n" ); document.write( "variance is np(1-p)=36.6*0.39=14.27 \n" ); document.write( "sd is sqrt (var)=3.78 \n" ); document.write( "C \n" ); document.write( " |