document.write( "Question 1049353: I really need assistance with this question:\r
\n" );
document.write( "\n" );
document.write( "Men’s weights are normally distributed with mean 170 pounds and standard deviation 20 pounds.\r
\n" );
document.write( "\n" );
document.write( "(a) Find the probability that a randomly selected man has a weight between 140 and 190. (Show work and round the answer to 4 decimal places)\r
\n" );
document.write( "\n" );
document.write( "(b) What is the 80th percentile for men’s weight? (Show work and round the answer to 2 decimal places)\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(c) If 64 men are randomly selected, find the probability that sample mean weight is greater than 175. (Show work and round the answer to 4 decimal places)\r
\n" );
document.write( "\n" );
document.write( "I really appreciate any help, thank you!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #664893 by stanbon(75887) ![]() You can put this solution on YOUR website! Men’s weights are normally distributed with mean 170 pounds and standard deviation 20 pounds. \n" ); document.write( "(a) Find the probability that a randomly selected man has a weight between 140 and 190. (Show work and round the answer to 4 decimal places) \n" ); document.write( "z(140) = (140-170)/20 = -3/2 \n" ); document.write( "z(190) = (190-170)/20 = 1 \n" ); document.write( "P(140< x < 190) = P(-3/2< z < 1) = normalcdf(-3/2,1) = 0.7745 \n" ); document.write( "----------------------------- \n" ); document.write( "(b) What is the 80th percentile for men’s weight? (Show work and round the answer to 2 decimal places) \n" ); document.write( " Find the z-value with a left-tail of 0.80:: invNorm(0.8) = 0.8416 \n" ); document.write( "That means the 80th percentile value is 0.8416 standard deviations \n" ); document.write( "above the mean. \n" ); document.write( "Find that value using x = z*s + u \n" ); document.write( "Ans: x = 0.8416*20 + 170 = 186.83 lbs \n" ); document.write( "----------------------------------- \n" ); document.write( "(c) If 64 men are randomly selected, find the probability that sample mean weight is greater than 175. (Show work and round the answer to 4 decimal places) \n" ); document.write( "mean of sample mean = 170 \n" ); document.write( "std of sample means = 20/sqrt(64) = 20/8 = 5/2 \n" ); document.write( "z(175) = (175-170)/(5/2) = 5/(5/2) = 2 \n" ); document.write( "P(x > 175) = P(z > 2) = normalcdf(2,100) = 0.0228 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |