document.write( "Question 547250: The number of hours per week statistics student spend on line is normally distributed with a mean of 10 hours and a standard deviation of 2 hours. If 35 statistics student are selected at random, how many would you expect to say they spend more than 8 hours per week online ? \n" ); document.write( "
Algebra.Com's Answer #356315 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The number of hours per week statistics student spend on line is normally distributed with a mean of 10 hours and a standard deviation of 2 hours. If 35 statistics student are selected at random, how many would you expect to say they spend more than 8 hours per week online ? \n" ); document.write( "--------------------------------- \n" ); document.write( "z(8) = (8-10)/[2/sqrt(35)] = -5.91 \n" ); document.write( "----- \n" ); document.write( "P(x > 8) = P(z > -5.91) = normalcdf(-5.91,100) = 0.9999 \n" ); document.write( "----- \n" ); document.write( "Expected number = 0.9999*35 = 35 \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |