document.write( "Question 439712: Assume that the average annual salary for a worker in the United States is $30,000 and that the annual salaries for American are normally distributed with a standard deviation equal to $7,000. Find the following:
\n" );
document.write( "a)What percentage of Americans earn below $22,000?
\n" );
document.write( "b)What percentage of Americans earn above $42,000? \n" );
document.write( "
Algebra.Com's Answer #303906 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 $30,000 and that the annual salaries for American are normally distributed with a standard deviation equal to $7,000. Find the following: \n" ); document.write( "a)What percentage of Americans earn below $22,000? \n" ); document.write( "z(22000) = (22000-30000)/7000 = -8/7 \n" ); document.write( "------------------------------------------- \n" ); document.write( "P(x < 22000) = P(z < -8/7) = 0.1265 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "b)What percentage of Americans earn above $42,000? \n" ); document.write( "z(42000) = (42000-30000)/7000 = 1.7143 \n" ); document.write( "P(x > 42000) = P(z > 1.7143) = 0.0432 \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |