document.write( "Question 887721: Given a mean of 8 and a standard deviation of 0.7, what is the z-score of the value 9 rounded to the nearest tenth? \n" ); document.write( "
Algebra.Com's Answer #536818 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! x = 9 \n" ); document.write( "mu = 8 \n" ); document.write( "sigma = 0.7\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (x-mu)/sigma\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (9-8)/0.7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = 1/0.7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = 1.42857142857142\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = 1.4 \n" ); document.write( " \n" ); document.write( " |