document.write( "Question 909684: Suppose standard IQ scores are known to be normally distributed with mean of 100 and standard deviation of 15. Find the probability that a randomly selected individual with IQ score between 90 and 120. \n" ); document.write( "
Algebra.Com's Answer #551972 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose standard IQ scores are known to be normally distributed with mean of 100 and standard deviation of 15. Find the probability that a randomly selected individual with IQ score between 90 and 120. \n" ); document.write( "------------- \n" ); document.write( "z(90) = (90-100)/15 = -2/3 \n" ); document.write( "z(120) = (120-100)/15 = 4/3 \n" ); document.write( "---- \n" ); document.write( "P(90< x <120) = P(-2/3 < z < 4/3) = normalcdf(-2/3,4/3) = 0.6563 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |