document.write( "Question 1160358: Assume that adults have IQ scores that are normally distributed with a mean of 95.5 and a standard deviation 23. Find the first quartile Upper Q 1, which is the IQ score separating the bottom 25% from the top 75%. \n" ); document.write( "
Algebra.Com's Answer #783940 by Boreal(15235) You can put this solution on YOUR website! on calculator do VARS 3 invnorm and input .75, 95.5, 23 and get 111.01\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z for the upper quartile, or 75th percentile, is 0.6745 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "0.6745=(x-95.5)/23 \n" ); document.write( "15.51=x-95.5 \n" ); document.write( "x=111.01 \n" ); document.write( " |