document.write( "Question 309463: There are 8,000 students at the university of Tennessee at Chattanooga. The average age of all the students is 24 years with a standard deviation of 9 years. A random sample of 36 students is selected.
\n" );
document.write( "a. determine the standard error of the mean.
\n" );
document.write( "b. what is the probability that the sample mean will be larger than 19.5?
\n" );
document.write( "c, what us the probability that the sample mean will be between 25.5 and 27 years? \n" );
document.write( "
Algebra.Com's Answer #221340 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 8,000 students at the university of Tennessee at Chattanooga. The average age of all the students is 24 years with a standard deviation of 9 years. A random sample of 36 students is selected. \n" ); document.write( "a. determine the standard error of the mean. \n" ); document.write( "Ans: s = 9/sqrt(36) = 3/2 \n" ); document.write( "---------------------------------- \n" ); document.write( "b. what is the probability that the sample mean will be larger than 19.5? \n" ); document.write( "z(19.5) = (19.5-24)/(3/2) = -3 \n" ); document.write( "P(x-bar < 19.5) = P(z < -3) = normalcdf(-100,-3) = 0.0013 \n" ); document.write( "---------------------------------- \n" ); document.write( "c, what us the probability that the sample mean will be between 25.5 and 27 years? \n" ); document.write( "--- \n" ); document.write( "z(27) = (27-24)/(3/2) = 2 \n" ); document.write( "z(25.5) = (25.5-24)/(3/2) = 1 \n" ); document.write( "------------ \n" ); document.write( "P(15.5< x < 27) = P(1< z < 2) = normalcdf(1,2) = 0.1359 \n" ); document.write( "============================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |