document.write( "Question 1133698: A psychologist finds that the intelligence quotients of a group of patients are normally distributed, with a mean of 92 and a standard deviation of 16. Find the percent of the patients with the following IQs?
\n" );
document.write( "(a) above 104
\n" );
document.write( " %\r
\n" );
document.write( "\n" );
document.write( "(b) between 80 and 110
\n" );
document.write( " %
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #752067 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A psychologist finds that the intelligence quotients of a group of patients are normally distributed, with a mean of 92 and a standard deviation of 16. Find the percent of the patients with the following IQs? \n" ); document.write( "(a) above 104% \n" ); document.write( "--- \n" ); document.write( "z(104) = (104-92)/16 = 12/16 = 3/4 \n" ); document.write( "P(x < 104) = P(z > 3/4) = normalcdf(3/4,100) = 22.66% \n" ); document.write( "---------------------- \n" ); document.write( "(b) between 80 and 110% \n" ); document.write( "z(80) = (80-92)/16 = -12/16 = -3/4 \n" ); document.write( "z(110) = (110-92)/16 = 18/16 = 9/8 \n" ); document.write( "----- \n" ); document.write( "P(80< x <110) = normalcdf(-3/4,9/8) = 0.6431 \n" ); document.write( "-------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------- \n" ); document.write( " |