document.write( "Question 742883: the number of hours a week students devotes to study is normally distributed,with a mean of 30 hours and a standard deviation of 8 hours.
\n" );
document.write( "a. what percent of student will study less than 20 hours?
\n" );
document.write( "b.what percent of students will study more than 35 hours?
\n" );
document.write( "c. out of a class of 200 students, how many will study between 25 and 35 hours? \n" );
document.write( "
Algebra.Com's Answer #452661 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the number of hours a week students devotes to study is normally distributed,with a mean of 30 hours and a standard deviation of 8 hours. \n" ); document.write( "a. what percent of student will study less than 20 hours? \n" ); document.write( "z(20) = (20-30)/8 = -10/8 = -5/4 \n" ); document.write( "P(x < 20) = P(z < -5/4) = normalcdf(-100,-5/4) = 0.1056 \n" ); document.write( "-------------------- \n" ); document.write( "Use the same procedure on problems \"b\" and \"c\". \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( "b.what percent of students will study more than 35 hours? \n" ); document.write( "c. out of a class of 200 students, how many will study between 25 and 35 hours? \n" ); document.write( " \n" ); document.write( " |