document.write( "Question 1110079: in a statistics course the average final exam score is 78 with a standard deviation of 2. Find the test score that corresponds to a z-score of -1.7.
\n" );
document.write( "
\n" );
document.write( "74.6
\n" );
document.write( "
\n" );
document.write( "81.4
\n" );
document.write( "
\n" );
document.write( "92
\n" );
document.write( "
\n" );
document.write( "78 \n" );
document.write( "
Algebra.Com's Answer #725079 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Mean mu=78 \n" ); document.write( "Standard Deviation sigma=2 \n" ); document.write( "(x-mu)/sigma=-1.7 \n" ); document.write( "Plugging in the values, \n" ); document.write( "(x-78)/2=-1.7 \n" ); document.write( "x-78=-3.4 \n" ); document.write( "x=78-3.4=74.6 \n" ); document.write( "Answer=74.6 \n" ); document.write( " |