document.write( "Question 615851: 6.The scores for an admissions test have a mean of 1200 with a standard deviation of 60. A random sample of 64 scores is selected and the sample mean is calculated.\r
\n" );
document.write( "\n" );
document.write( "a)The sample mean is Normally distributed. What are the mean and the standard deviation for the distribution of the sample mean?
\n" );
document.write( "b)What is the probability that the sample mean will be larger than 1205?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #387351 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The scores for an admissions test have a mean of 1200 with a standard deviation of 60. A random sample of 64 scores is selected and the sample mean is calculated. \n" ); document.write( "a)The sample mean is Normally distributed. What are the mean and the standard deviation for the distribution of the sample mean? \n" ); document.write( "The Central Limit Theorem says: \n" ); document.write( "The mean of the sample means = the mean of the population: 1200 \n" ); document.write( "The std of the sample means = 60/sqrt(64) = 60/8 = 7.5 \n" ); document.write( "--------------------------------------------------------------------- \n" ); document.write( "b)What is the probability that the sample mean will be larger than 1205? \n" ); document.write( "z(1205) = (1205-1200)/7.5 = 2/3 \n" ); document.write( "P(x-bar > 1205) = P(z > 2/3) = normalcdf(2/3,100) = 0.2525 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |