document.write( "Question 795384: Suppose the distribution of percentage of ideal body weight in a group of women with insulin dependent diabetes mellitus is normal with a mean of 175 lbs and standard deviation of 13.\r
\n" );
document.write( "\n" );
document.write( "My question is: \r
\n" );
document.write( "\n" );
document.write( "What body weight is considered obese (obese is defined as the top 20% of the subjects) and what body weight is considered underweight (defined as in the bottom 10% for body weight)?\r
\n" );
document.write( "\n" );
document.write( "I've tried using the z-score approach with the normal distribution tables however I can't seem to figure it out. \n" );
document.write( "
Algebra.Com's Answer #480948 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose the distribution of percentage of ideal body weight in a group of women with insulin dependent diabetes mellitus is normal with a mean of 175 lbs and standard deviation of 13. \n" ); document.write( "My question is: \n" ); document.write( "What body weight is considered obese (obese is defined as the top 20% of the subjects) \n" ); document.write( "Find the z-value with a left tail of 80%:: \n" ); document.write( "invNorm(0.8) = 0.8416 \n" ); document.write( "Find the corresponding weight value:: \n" ); document.write( "x = z*s + u \n" ); document.write( "x = 0.8416*13+175 = 185.94 lbs. \n" ); document.write( "----------------------------- \n" ); document.write( "and what body weight is considered underweight (defined as in the bottom 10% for body weight)? \n" ); document.write( "Find the z-value with left tail of 10%:: \n" ); document.write( "invNorm(0.1) = -1.2816 \n" ); document.write( "x = -1.2816*13+175 = 158.34 lbs \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |