document.write( "Question 1128169: The average salary of merchandisers is $45,000 per year with a standard deviation of $6000.. What is the average salary below which 20% of the merchandisers earn? What is the average salary above which the top 10% of the merchandisers earn? \n" ); document.write( "
Algebra.Com's Answer #744664 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z for 0.20 is -0.84 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "-0.84=(x-45000)/6000 \n" ); document.write( "-5040=x-45000 \n" ); document.write( "x=$39960\r \n" ); document.write( "\n" ); document.write( "for top 10% z=1.28 \n" ); document.write( "1.28=(x-45000)/6000 \n" ); document.write( "7680=x-45000 \n" ); document.write( "x=$52680 \n" ); document.write( " \n" ); document.write( " |