document.write( "Question 436490: 2. Assume the body temperatures of healthy adults are normally distributed with a mean of 98.20 °F and a standard deviation of 0.62 °F (based on data from the University of Maryland researchers).
\n" );
document.write( "a. If you have a body temperature of 99.00 °F, what is your percentile score?
\n" );
document.write( "b. Convert 99.00 °F to a standard score (or a z-score).
\n" );
document.write( "c. Is a body temperature of 99.00 °F unusual? Why or why not?
\n" );
document.write( "d. Fifty adults are randomly selected. What is the likelihood that the mean of their body temperatures is 97.98 °F or lower?
\n" );
document.write( "e. A person’s body temperature is found to be 101.00 °F. Is the result unusual? Why or why not? What should you conclude?
\n" );
document.write( "f. What body temperature is the 95th percentile?
\n" );
document.write( "g. What body temperature is the 5th percentile?
\n" );
document.write( "h. Bellevue Hospital in New York City uses 100.6 °F as the lowest temperature considered to indicate a fever. What percentage of normal and healthy adults would be considered to have a fever? Does this percentage suggest that a cutoff of 100.6 °F is appropriate?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #302050 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume the body temperatures of healthy adults are normally distributed with a mean of 98.20 °F and a standard deviation of 0.62 °F (based on data from the University of Maryland researchers). \n" ); document.write( "---------- \n" ); document.write( "a. If you have a body temperature of 99.00 °F, what is your percentile score? \n" ); document.write( "z(99) = (99-98.2)/0.62 = 1.2903 \n" ); document.write( "P(z < 1.2903) = normalcdf(-100,1.2903) = 0.9015 \n" ); document.write( "So, 99.00 F is the 90%ile score \n" ); document.write( "========================================\r \n" ); document.write( "\n" ); document.write( "b. Convert 99.00 °F to a standard score (or a z-score). \n" ); document.write( "done above. \n" ); document.write( "----------------------\r \n" ); document.write( "\n" ); document.write( "c. Is a body temperature of 99.00 °F unusual? Why or why not? \n" ); document.write( "Not unlikely as is is only 1.29 standard deviations above the mean. \n" ); document.write( "----------------------- \n" ); document.write( "d. Fifty adults are randomly selected. What is the likelihood that the mean of their body temperatures is 97.98 °F or lower? \n" ); document.write( "--- \n" ); document.write( "Note: std of all groups of size \"50\" = 0.62/sqrt(50) = 0.0877 \n" ); document.write( "-- \n" ); document.write( "z(97.98) = (97.98-98.2)/0.0877 = -2.5086 \n" ); document.write( "P(x-bar < 97.98) = P(z < -2.5086) = 0.0198 \n" ); document.write( "------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "e. A person’s body temperature is found to be 101.00 °F. Is the result unusual? Why or why not? What should you conclude? \n" ); document.write( "--- \n" ); document.write( "Find the z-value using std = 0.62. \n" ); document.write( "If the temp is at least 2 std above the mean it is unusual. \n" ); document.write( "------------------------------------------------------------------- \n" ); document.write( "f. What body temperature is the 95th percentile? \n" ); document.write( "Find the z-value with a left tail of 0.95 \n" ); document.write( "That value is 1.645 \n" ); document.write( "Solve for \"x\" where x = zs+u \n" ); document.write( "x = 1.645*0.62+98.2 = 99.22 degrees \n" ); document.write( "------------------ \n" ); document.write( "g. What body temperature is the 5th percentile? \n" ); document.write( "Same procedure but use z = -1.645 \n" ); document.write( "=================================================== \n" ); document.write( "h. Bellevue Hospital in New York City uses 100.6 °F as the lowest temperature considered to indicate a fever. What percentage of normal and healthy adults would be considered to have a fever? Does this percentage suggest that a cutoff of 100.6 °F is appropriate? \n" ); document.write( "--- \n" ); document.write( "If you understand a thru g you should be able to answer \"h\" yourself. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |