document.write( "Question 823120: The class average on a test was 81, with a standard deviation of 2.6. Find the probability that a student received at least a 78 on the test. \n" ); document.write( "
Algebra.Com's Answer #495268 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The class average on a test was 81, with a standard deviation of 2.6. Find the probability that a student received at least a 78 on the test. \n" ); document.write( "------------------- \n" ); document.write( "z(78) = (78-81)/2.6 = -3/2.6 = -1.1538 \n" ); document.write( "----- \n" ); document.write( "P(x >= 78) = P(z >= -1.1538) = normalcdf(-1.1538,100) = 0.8757 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |