document.write( "Question 243016: Shaver Manufacturing, Inc., offers dental insurance to its employees. A recent study by the
\n" );
document.write( "human resource director shows the annual cost per employee per year followed the normal
\n" );
document.write( "probability distribution, with a mean of $1,280 and a standard deviation of $420 per year.
\n" );
document.write( "a. What fraction of the employees cost more than $1,500 per year for dental expenses?
\n" );
document.write( "b. What fraction of the employees cost between $1,500 and $2,000 per year?
\n" );
document.write( "c. Estimate the percent that did not have any dental expense.
\n" );
document.write( "d. What was the cost for the 10 percent of employees who incurred the highest dental
\n" );
document.write( "expense? \n" );
document.write( "
Algebra.Com's Answer #178061 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Shaver Manufacturing, Inc., offers dental insurance to its employees. A recent study by the human resource director shows the annual cost per employee per year followed the normal probability distribution, with a mean of $1,280 and a standard deviation of $420 per year. \n" ); document.write( "a. What fraction of the employees cost more than $1,500 per year for dental expenses? \n" ); document.write( "--- \n" ); document.write( "a(1500) = (1500-1280)/420 = 220/420 = 0.5238 \n" ); document.write( "P(x > 1500) = P(z > 0.5238) = 0.30 = 30% \n" ); document.write( "=============================================== \n" ); document.write( "b. What fraction of the employees cost between $1,500 and $2,000 per year? \n" ); document.write( "z(2000) = (2000-1280)/420 = 1.7143... \n" ); document.write( "P(1500 < x < 2000) = P(0.5238 < z < 1.7143) = 0.257 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "c. Estimate the percent that did not have any dental expense. \n" ); document.write( "--- \n" ); document.write( "z(0) = (0-1500)/420 = -3.5714.. \n" ); document.write( "P(x < 0) = P(z < -3.4714) = 0.0002589.. \n" ); document.write( "========================================== \n" ); document.write( "d. What was the cost for the 10 percent of employees who incurred the highest dental expense? \n" ); document.write( "--- \n" ); document.write( "invNorm(0.90) = z = 1.2816 \n" ); document.write( "--- \n" ); document.write( "x = zs+u \n" ); document.write( "x = 1.2816*420+1280 \n" ); document.write( "x = $1818.25 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |