document.write( "Question 1199281: If a set of data has a mean of 23.4 and a standard deviation of 2.9, what is the z-score for a value
\n" );
document.write( "of 30.1? \n" );
document.write( "
Algebra.Com's Answer #833080 by Theo(13342)![]() ![]() You can put this solution on YOUR website! mean is equal 23.4 and standard deviation is equal to 2.9. \n" ); document.write( "z-score for a value of 30.1 uses the z-score formula of z = (x - m) / s \n" ); document.write( "z is the z-score \n" ); document.write( "x is the raw score \n" ); document.write( "m is the mean \n" ); document.write( "s is the standard deviation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (x - m) / s becomes z = (30.1 - 23.4) / 2.9 = 2.31379 rounded to 5 decimal places. \n" ); document.write( " \n" ); document.write( " |