document.write( "Question 660465: Assume that the average annual salary for a worker in the United States is $38,000 and that the annual salaries for Americans are normally distributed with a standard deviation equal to $7,000. Find the following:
\n" );
document.write( "
\n" );
document.write( "(A) What percentage of Americans earn below $25,000?
\n" );
document.write( "(B) What percentage of Americans earn above $46,000?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #411214 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 $38,000 and that the annual salaries for Americans are normally distributed with a standard deviation equal to $7,000. Find the following:\r \n" ); document.write( "\n" ); document.write( "(A) What percentage of Americans earn below $25,000? \n" ); document.write( "z(25000) = (25000-38000)/7000 = -1.857 \n" ); document.write( "P(x < 25000) = P(z < -1.85) = normalcdf(-100,-1.85) = 0.0322 \n" ); document.write( "============= \n" ); document.write( "(B) What percentage of Americans earn above $46,000? \n" ); document.write( "Follow the same procedure for this one. \n" ); document.write( "Ans: 0.1265 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |