document.write( "Question 1161884: On the assumption that IQ'S are normally distributed in the population with a mean of 100 and a standard deviation of 15. Find the proportion of people with IQ'S between 85-120 \n" ); document.write( "
Algebra.Com's Answer #785582 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "so want z between -1 and +1.33 \n" ); document.write( "and that is 0.7501 probability\r \n" ); document.write( "\n" ); document.write( "Alternatively, use 2nd VARS 2 normalcdf(85,120,100,15) ENTER in that order, and it does the whole calculation at once and does it exactly, whereas the above 1.333 is not quite (4/3). \n" ); document.write( " |