document.write( "Question 297732: Given a normally distributed population with a mean of 30 and a standard deviation of 8 what percentage of the population will be found above 26? \n" ); document.write( "
Algebra.Com's Answer #214370 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given a normally distributed population with a mean of 30 and a standard deviation of 8 what percentage of the population will be found above 26? \n" ); document.write( "--- \n" ); document.write( "Find the z-value of 26. \n" ); document.write( "z(26) = (26-30)/8 = -0.5 \n" ); document.write( "--- \n" ); document.write( "Then P(x > 26) = P(z > -0.5) = normalcdf(-0.5,100) = 0.6915 \n" ); document.write( "--- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |