document.write( "Question 325597: Assume that the average annual salary for a worker in the United States is $36,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 $26,000?
\n" );
document.write( "(B) What percentage of Americans earn above $39,000? \n" );
document.write( "
Algebra.Com's Answer #233164 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 $36,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 $26,000? \n" ); document.write( "z = (26000-36000)/7000 = -1,4286 \n" ); document.write( "P(x < 7000) = P(z < -1.4286) = 0.0766\r \n" ); document.write( "\n" ); document.write( "=================================== \n" ); document.write( "(B) What percentage of Americans earn above $39,000? \n" ); document.write( "z = (39000-36000)/7000 = 0.4286 \n" ); document.write( "P(x > 39000) = P(z > 0.4286) = 0.3341 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |