document.write( "Question 910881: assume that adults have IQ scores that are normally distributed with a mean of 105 and a standard deviation of 20. Find P3 which is the IQ score separating the bottom 3% from the top 97%. \n" ); document.write( "
Algebra.Com's Answer #552735 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! m = 105, sd = 20 \n" ); document.write( "20invNorm(.03) + 105 = X, IQ score separating the bottom 3% from the top 97%. \n" ); document.write( " |