document.write( "Question 749953: 6. Which is relatively better: a score of 76 on a psychology test or a score of 33 on an economics test?
\n" );
document.write( "Scores on the psychology test have a mean of 88 and a standard deviation of 10. Scores on the economics test have a mean of 47 and a standard deviation of 5\r
\n" );
document.write( "\n" );
document.write( "Choose the correct answer below.
\n" );
document.write( "a. The economics test score is relatively better because its z score is less than the z score for the psychology test score.
\n" );
document.write( "b. The psychology test score is relatively better because its z score is greater than the z score for the economics test score.
\n" );
document.write( "c. The economics test score is relatively better because its z score is greater than the z score of the psychology test.
\n" );
document.write( "d. The psychology test score is relatively better because its z score is less than the z score for the economics test score.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806382 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! z = (x - mu)/(sigma)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = z score \n" ); document.write( "x = observed value \n" ); document.write( "mu = mean \n" ); document.write( "sigma = standard deviation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "psychology: \n" ); document.write( "z = (76 - 88)/(10) = -1.2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "economics: \n" ); document.write( "z = (33 - 47)/5 = -2.8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The psychology test score is relatively better because its z-score is greater than the z-score of the economics test. \n" ); document.write( " |