document.write( "Question 277885: Healty people have body temperatures that are normally distributed with a mean of 98.20 degrees F and a standard deviation of 0.62 degrees F.
\n" );
document.write( "(a) If a healthy person is randomly selected, what is the probability that he or she has a temperature above 99.2 degrees F?
\n" );
document.write( "answer:
\n" );
document.write( "(b) A hospital wants to select a minimum temperature for requiring further medical tests. What should that temperature be, if we want only 0.5 % of healty people to exceed it?
\n" );
document.write( "answer: \n" );
document.write( "
Algebra.Com's Answer #202289 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Healthy people have body temperatures that are normally distributed with a mean of 98.20 degrees F and a standard deviation of 0.62 degrees F. \n" ); document.write( "------------------------------------------- \n" ); document.write( "(a) If a healthy person is randomly selected, what is the probability that he or she has a temperature above 99.2 degrees F? \n" ); document.write( "--- \n" ); document.write( "z(99.2) = (99.2-98.2)/0.62 = 1.6129 \n" ); document.write( "P(x > 00.2) = P(z> 1.6129) = 0.0534 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "(b) A hospital wants to select a minimum temperature for requiring further medical tests. What should that temperature be, if we want only 0.5 % of healty people to exceed it? \n" ); document.write( "------- \n" ); document.write( "Find the z-score tht has a right tail of 5%: z = inv(0.95) = 1.645 \n" ); document.write( "----- \n" ); document.write( "Find the temperature that corresponds to z = 1.645 \n" ); document.write( "x = zs + u \n" ); document.write( "x = 1.645*0.62+98.2 \n" ); document.write( "x = 99.22 degrees \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |