document.write( "Question 1085079: for a population with a standard deviation of 12 a score of x=44 corresponds to z= -.5 what is the population mean? \n" ); document.write( "
Algebra.Com's Answer #699102 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "z = (x - mu)/sigma \n" ); document.write( "-0.5 = (44 - mu)/12 \n" ); document.write( "12*(-0.5) = 12*((44 - mu)/12) \n" ); document.write( "-6 = 44 - mu \n" ); document.write( "-6 -44 = 44 - mu - 44 \n" ); document.write( "-50 = -mu \n" ); document.write( "-mu = -50 \n" ); document.write( "-mu/(-1) = -50/(-1) \n" ); document.write( "mu = 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The population mean (mu) is 50 \n" ); document.write( " \n" ); document.write( " |