document.write( "Question 1187957: A monograph written in 1902 states that the mean height of adult American males is 67.0 inches with a standard deviation of 3.5 inches. Wishing to see if these values have changed over the twentieth century the geneticist measured a random sample of 28 adult American males and found that X = 69.4 inches and s = 4.0 inches. Are these values significantly different from the values published in 1902 \n" ); document.write( "
Algebra.Com's Answer #819016 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! this is a 1 sample t-test \n" ); document.write( "Can do this as a confidence interval assuming that the sd of the sample is an unbiased estimator of that of the population. The CI of a sample of 28 in this example would contain 3.5, that of the population, so a 1-sample t-test and t-interval could be done. \n" ); document.write( "t-test \n" ); document.write( "Ho; mean is 67.0 \n" ); document.write( "Ha: mean is not 67.0 \n" ); document.write( "alpha=0.05 p{reject Ho|Ho true} \n" ); document.write( "test is a t 0.975 df=27 \n" ); document.write( "critical value is |t| > 2.052 \n" ); document.write( "t=(69.4-67)/4/sqrt(28) \n" ); document.write( "=3.17 \n" ); document.write( "reject Ho, the height is more \n" ); document.write( "p-value=0.0037 \n" ); document.write( "- \n" ); document.write( "half-interval is mean +/- t(0.975, df=27)s/sqrt(n) for a 95% interval] \n" ); document.write( "=2.052*4.0/sqrt(28) \n" ); document.write( "=1.55 \n" ); document.write( "the 95% t-interval is (67.85, 70.95) \n" ); document.write( "Since 67.0 is not in the interval, there values are significantly different. \n" ); document.write( " \n" ); document.write( " |