document.write( "Question 1151477: Scores on a certain exam are normally distributed with a mean of 90 and a variance of 25. What is the z-value for a score of 80?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #773238 by rothauserc(4718) You can put this solution on YOUR website! z-score formula is defined as \n" ); document.write( ": \n" ); document.write( "z-score = (X - mean)/standard deviation \n" ); document.write( ": \n" ); document.write( "standard deviation = square root of variance, for this problem \n" ); document.write( ": \n" ); document.write( "standard deviation = square root(25) = 5 \n" ); document.write( ": \n" ); document.write( "z-score = (80 - 90)/5 = -2 \n" ); document.write( ": \n" ); document.write( "Note to find the probability associated with this z-score, you lookup the z-score in the table of z-scores \n" ); document.write( ": \n" ); document.write( "If your table of z-scores is only for positive values, then lookup the probability associated with, in this case, 2. Then subtract that value from 1 to get the probability associated with -2 \n" ); document.write( ": \n" ); document.write( "Why do you think this works? \n" ); document.write( ": \n" ); document.write( " |