document.write( "Question 437222: An IQ test is approximately normally distributed witha mean of 100 and standard deviation of 15.
\n" );
document.write( "What is the probability that a randomly chosen individual has an IQ score of 110 or higher? \n" );
document.write( "
Algebra.Com's Answer #302419 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An IQ test is approximately normally distributed witha mean of 100 and standard deviation of 15. \n" ); document.write( "What is the probability that a randomly chosen individual has an IQ score of 110 or higher? \n" ); document.write( "-------------- \n" ); document.write( "z(110) = (110-100)/15 = 2/3 \n" ); document.write( "---- \n" ); document.write( "P(x>= 110) = P(z >= (2/3)) = normalcdf(2/3,100) = 0.2525 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |