document.write( "Question 342479: A normal population has a mean of 75 and a standard deviation of 5. You select a sample of 40. Compute the probability the sample mean is:
\n" );
document.write( "a. Less than 74.
\n" );
document.write( "b. Between 74 and 76.
\n" );
document.write( "c. Between 76 and 77.
\n" );
document.write( "d. Greater than 77.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #245239 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A normal population has a mean of 75 and a standard deviation of 5. \n" ); document.write( "You select a sample of 40. Compute the probability the sample mean is: \n" ); document.write( "--- \n" ); document.write( "Note: The mean of the sample means is 75 \n" ); document.write( "The std of the sample means is 5/sqrt(40) = 0.7906 \n" ); document.write( "--------------------------- \n" ); document.write( "a. Less than 74. \n" ); document.write( "t(74) = (74-75)/0.7906 = -1.2649 \n" ); document.write( "P(xbar < 74) = P(t < -1.2649 when df = 39) = 0.1067 \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "b. Between 74 and 76. \n" ); document.write( "t(76) = (76-75)/0.7906 = +1.2649 \n" ); document.write( "P(74< xbar < 76) = P(-1.2649 < t < 1.2649 when df = 39) = 0.7866 \n" ); document.write( "------ \n" ); document.write( "c. Between 76 and 77. \n" ); document.write( "d. Greater than 77. \n" ); document.write( "---- \n" ); document.write( "Use the same procedure for \"c\" and for \"d\". \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |