document.write( "Question 464993: In an article about the cost of health care, Money magazine reported that a visit to a hospital emergency room for something as simple as a sore throat has a mean cost of $328 (Money, January 2009). Assume that the cost for this type of hospital emergency room visit is normally distributed with a standard deviation of $92. Answer the following questions about the cost of a hospital emergency room visit for this medical service.\r
\n" );
document.write( "\n" );
document.write( "What is the probability that the cost will be more than $500? (to 4 decimals)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "What is the probability that the cost will be less than $250? (to 4 decimals)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "What is the probability that the cost will be between $300 and $400? (in inches, to 4 decimals)
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "If the cost to a patient is in the lower 8% of charges for this medical service, what was the cost of this patient’s emergency room visit? (to 2 decimals)
\n" );
document.write( "$ \n" );
document.write( "
Algebra.Com's Answer #318588 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Money magazine reported that a visit to a hospital emergency room for something as simple as a sore throat has a mean cost of $328 (Money, January 2009). Assume that the cost for this type of hospital emergency room visit is normally distributed with a standard deviation of $92. \n" ); document.write( "----------------------------------------------------------- \n" ); document.write( "Answer the following questions about the cost of a hospital emergency room visit for this medical service. \n" ); document.write( "------------------------------- \n" ); document.write( "What is the probability that the cost will be more than $500? (to 4 decimals) \n" ); document.write( "z(500) = (500-328)/92 = 1.8696 \n" ); document.write( "--- \n" ); document.write( "P(x > 500) = P(z > 1.8692) = normalcdf(1.8692,100) = 0.0308 \n" ); document.write( "------------------------------------------------------------------- \n" ); document.write( "What is the probability that the cost will be less than $250? (to 4 decimals) \n" ); document.write( "Find the z-value of 250. \n" ); document.write( "Find the probability that z is less than that calculated z-value. \n" ); document.write( "------------------------------------------------- \n" ); document.write( "What is the probability that the cost will be between $300 and $400? (in inches, to 4 decimals) \n" ); document.write( "Find the z-value for 400 and for 300. \n" ); document.write( "Find the probability z is between those calculated values \n" ); document.write( "-------------------------------------------------------- \n" ); document.write( "If the cost to a patient is in the lower 8% of charges for this medical service, what was the cost of this patient’s emergency room visit? (to 2 \n" ); document.write( "decimals) \n" ); document.write( "--- \n" ); document.write( "Find the z-value with a left-tail of 8%: \n" ); document.write( "invNorm(0.08) = -1.4051 \n" ); document.write( "--- \n" ); document.write( "Solve for \"x using x = zs+u \n" ); document.write( "x = -1.4051*92+328 \n" ); document.write( "--- \n" ); document.write( "x = $198.73 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |