document.write( "Question 245189: Assume that the average annual salary for a worker in the United States is $28,000 and that the annual salaries for Americans are normally distributed with a standard deviation equal to $6,500. Find the following:
\n" );
document.write( "
\n" );
document.write( "(A)What percentage of Americans earn below $24,000?
\n" );
document.write( "(B)What percentage of Americans earn above $36,000? \n" );
document.write( "
Algebra.Com's Answer #179255 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume that the average annual salary for a worker in the United States is $28,000 and that the annual salaries for Americans are normally distributed with a standard deviation equal to $6,500. Find the following:\r \n" ); document.write( "\n" ); document.write( "(A)What percentage of Americans earn below $24,000? \n" ); document.write( "Find the z-value of 24000 \n" ); document.write( "z(24000) = (24000-28000)/6500 = -4000/6500 = -0.615 \n" ); document.write( "P(x < 24000) = P(z < -0.615) = 0.269 \n" ); document.write( "--------------------------------- \n" ); document.write( "(B)What percentage of Americans earn above $36,000? \n" ); document.write( "z(36000) = (36000-28000)/6500 = 1.231 \n" ); document.write( "P(x > 36000) = P(z > 1.231) = 0.109 \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |