document.write( "Question 978628: Assume the IQ score of the students at your university are normally distributed with µ = 115 and Ơ = 8. If you randomly sample one score from this distribution, what is the probability it will be
\n" );
document.write( "a. Higher than 130?
\n" );
document.write( "b. Between 110 and 125?
\n" );
document.write( "c. Lower than 100?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #600005 by Boreal(15235) You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "=(130-115)/8 =1.875 \n" ); document.write( "Probability z>1.875 (should be small): 0.0304\r \n" ); document.write( "\n" ); document.write( "Similarly the next one is z between (-.625 and +1.125), as it is -5/8 and +10/8 \n" ); document.write( "That should be fairly large, and it is 0.6037 \n" ); document.write( "Lower than 100 is -1.875 for z, and that is the same as being greater than 130, or 0.0304\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |