document.write( "Question 280833: Assume the body temperatures of healthy adults are normally distributed with a mean of 98.20 degrees fahrenheit and a standard deviation of 0.62 degrees fahrenheit
\n" );
document.write( "a) what is your percentile score if your body temp is 99.0 degrees fahrenheit?
\n" );
document.write( "b) convert 99.00 degrees fahrenheit to a standart score (z-score)
\n" );
document.write( "c) Is a body temperature of 99.0 degrees fahrenheit unusual? Why or why not?
\n" );
document.write( "d)50 adults are randomly selected. What is the likelihood that the mean of their body temperatures is 97.98 degrees fahrenheit or lower?
\n" );
document.write( "e) A person's body temperature is found to be 101.00 degrees fahrenheit. 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( " \n" );
document.write( "
Algebra.Com's Answer #204095 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 degrees fahrenheit and a standard deviation of 0.62 degrees fahrenheit \n" ); document.write( "a) what is your percentile score if your body temp is 99.0 degrees fahrenheit? \n" ); document.write( "z(99) = (99-98.2)/0.62 = 1.2903 \n" ); document.write( "P(z < 1.2903) = 90.15 \n" ); document.write( "99 degrees is at the 90th %ile \n" ); document.write( "------------------------------------------- \n" ); document.write( "b) convert 99.00 degrees fahrenheit to a standart score (z-score) \n" ); document.write( "Done above \n" ); document.write( "-------------------- \n" ); document.write( "c) Is a body temperature of 99.0 degrees fahrenheit unusual? Why or why not? \n" ); document.write( "It's 1.29 standard deviations above the mean: not too unusual. \n" ); document.write( "---------------------------------- \n" ); document.write( "d)50 adults are randomly selected. What is the likelihood that the mean of their body temperatures is 97.98 degrees fahrenheit or lower? \n" ); document.write( "z(97.98) = (97.98-98.2)/[0.62/sqrt(50)] = -2.5091 \n" ); document.write( "P(xbar<97.98) = P(z<-2.509) = 0.0061 \n" ); document.write( "---------------------------------- \n" ); document.write( "e) A person's body temperature is found to be 101.00 degrees fahrenheit. \n" ); document.write( "Is the result unusual? Why or why not? What should you conclude? \n" ); document.write( "Find the z-value of 101 and draw your conclusion. \n" ); document.write( "------------------------------------------------------- \n" ); document.write( "f)What body temperature is the 95th percentile? \n" ); document.write( "Find the z-value that has a 95% left tail: invNorm(0.95) = 1.645 \n" ); document.write( "Find the corresponding x-value: \n" ); document.write( "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( "Follow the same pattern used for \"f\". \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |