document.write( "Question 1118356: The average salary of merchandisers is $57,000 per year with a standard deviation of $7000.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a. What is the probability that a merchandiser earns more than $72,000 per year? (Round z-score computation to 2 decimal places and the final answer to 4 decimal places.)
\n" );
document.write( "
\n" );
document.write( "(my answer: 0.0162)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "b. What is the probability that a merchandiser earns less than $43,000 per year? (Round z-score computation to 2 decimal places and the final answer to 4 decimal places.)
\n" );
document.write( "
\n" );
document.write( "(my answer: 0.02280\r
\n" );
document.write( "\n" );
document.write( "c. What is the probability that a merchandiser earns between $52,000 and $62,000 per year? (Round z-score computation to 2 decimal places and the final answer to 4 decimal places.)
\n" );
document.write( "
\n" );
document.write( "(my answer: 0.5222)
\n" );
document.write( "
\n" );
document.write( "d. What is the probability that a merchandiser will earn between $46,000 and $68,000 per year? (Round z-score computation to 2 decimal places and the final answer to 4 decimal places.)
\n" );
document.write( "
\n" );
document.write( "(My answer: 0.8836)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "e. What is the average salary below which 17% of the merchandisers earn? (Round the final answer to the nearest whole number.)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "f. What is the average salary above which the top 10% of the merchandisers earn? (Round the final answer to the nearest whole number.)
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #733745 by stanbon(75887) ![]() You can put this solution on YOUR website! The average salary of merchandisers is $57,000 per year with a standard deviation of $7000. \n" ); document.write( "e. What is the average salary below which 17% of the merchandisers earn? (Round the final answer to the nearest whole number.) \n" ); document.write( "Find the z-value with a left tail of 0.17 \n" ); document.write( "invNorm(0.17) = -0.9542 \n" ); document.write( "Find the corresponding salary value. \n" ); document.write( "x = z*s+u = -0.9542*7000+57000 = $50320.84 \n" ); document.write( "--------------------------\r \n" ); document.write( "\n" ); document.write( "f. What is the average salary above which the top 10% of the merchandisers earn? (Round the final answer to the nearest whole number.) \n" ); document.write( "Find the z-value with a right tail of 0.10 \n" ); document.write( "invNorm(0.90) = 1.2816 \n" ); document.write( "Ans: x = 1.2816*7000+57000 = $65970.86 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |