document.write( "Question 465433: A psychologist wants to interview subjects with IQ scores in the top 1%. IQ scores are normally distributed with mean of 100 and a standard deviation of 15. Find the score that separating the top 1% of IQ from the bottom 99%. \n" ); document.write( "
Algebra.Com's Answer #318948 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A psychologist wants to interview subjects with IQ scores in the top 1%. IQ scores are normally distributed with mean of 100 and a standard deviation of 15. Find the score that separating the top 1% of IQ from the bottom 99%.
\n" ); document.write( "--------------------------
\n" ); document.write( "Find the z-value with a left-tail of 0.99.
\n" ); document.write( "invNorm(0.99) = 2.3263
\n" ); document.write( "----
\n" ); document.write( "score = 2.3263*15 + 100 = 135 when rounded up
\n" ); document.write( "===================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );