document.write( "Question 457458: IQ test scores are randomized to produce a normal distribution with a mean of 100 and a standard deviation of 15. Find the proportion of the population in each of the following:
\n" );
document.write( "a. IQ greater than 140
\n" );
document.write( "b. IQ from 120-140
\n" );
document.write( "c. IQ 90-109 \n" );
document.write( "
Algebra.Com's Answer #313861 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! IQ test scores are randomized to produce a normal distribution with a mean of 100 and a standard deviation of 15. Find the proportion of the population in each of the following: \n" ); document.write( "a. IQ greater than 140 \n" ); document.write( "z(140) = (140-100)/15 = 40/15 = 8/3 \n" ); document.write( "P(x > 140) = P(z > 8/3) = 0.00383 \n" ); document.write( "------------------------------ \n" ); document.write( "b. IQ from 120-140 \n" ); document.write( "z(120) = (120-100)/15 = 20/15 = 4/3 \n" ); document.write( "P(120< x <140) = P(4/3< z <8/3) = 0.08738 \n" ); document.write( "------------------------------------ \n" ); document.write( "c. IQ 90-109 \n" ); document.write( "z(90) = -10/15 = -2/3 \n" ); document.write( "z(109) = 9/15 = 3/5 \n" ); document.write( "P(90 < x < 109) = P(-2/3 < z < 3/5) = 0.4733 \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |