document.write( "Question 930921: Suppose, as is roughly true, the number of hours per week ninth-grade students spend playing video games is distributed normally with a mean of 16.8 hours and a standard deviation of 3.6 hours.\r
\n" );
document.write( "\n" );
document.write( "what is the probability that a single randomly selected ninth-grader spends more than 21 hours each week playing video games?\r
\n" );
document.write( "\n" );
document.write( "what is the probability the average of 6 randomly selected ninth-graders spend more than 21 hours each week playing video games?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #565344 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean of 16.8 hours and a standard deviation of 3.6 hours. \n" ); document.write( "P(a single randomly selected ninth-grader spends more than 21 hours ) \n" ); document.write( " \n" ); document.write( "P(x > 21) = p(z > 4.2/3.6) = P(z > 1.6667) = normalcdf(1.6667, 100) = .0478 \n" ); document.write( "........ \n" ); document.write( "P(the average of 6 randomly selected ninth-graders spend more than 21 hours ) \n" ); document.write( " \n" ); document.write( "P( xbar > 21) = P( z > 4.2/(3.6/sqrt(6)) = P(z > 2.8577)= normalcdf(2.8577, 100)= .0021 \n" ); document.write( " \n" ); document.write( " |