document.write( "Question 604273: IQ test scores are normally distributed with a mean of 100 and a standard deviation of 15\r
\n" );
document.write( "\n" );
document.write( "If the z-score on your IQ score was 1.3, then you had a score of 119.5\r
\n" );
document.write( "\n" );
document.write( "true or false \n" );
document.write( "
Algebra.Com's Answer #381073 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! IQ test scores are normally distributed with a mean of 100 and a standard deviation of 15 \n" ); document.write( "If the z-score on your IQ score was 1.3, then you had a score of 119.5 \n" ); document.write( ". \n" ); document.write( "z = (dataPoint - mean)/stdDeviation \n" ); document.write( "z = (119.5 - 100)/15 \n" ); document.write( "z = (19.5)/15 \n" ); document.write( "z = 1.3 \n" ); document.write( ". \n" ); document.write( "Answer: true \n" ); document.write( " \n" ); document.write( " |