document.write( "Question 976720: Consider a normal distribution with a mean of 10 and standard deviation of 25. What’s the Z score for the value of 35? \n" ); document.write( "
Algebra.Com's Answer #598249 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Given Info: \n" ); document.write( "x = 35 \n" ); document.write( "mu = 10 \n" ); document.write( "sigma = 25\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the given info to compute the z-score\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (x-mu)/sigma \n" ); document.write( "z = (35-10)/25 \n" ); document.write( "z = 25/25 \n" ); document.write( "z = 1\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the raw score is x = 35, then the z-score is z = 1. We can say \"the raw score is 1 standard deviation above the mean\". \n" ); document.write( " |