document.write( "Question 1171767: Harvard University claims that their students score on the average of 1350 on the SAT exam. A random sample of 121 students reveals an average score of 1300 and a standard deviation of 40 points. With a significance level of 5%, test the claim of Harvard University.\r
\n" );
document.write( "\n" );
document.write( "a. State the null and alternative hypothesis.
\n" );
document.write( "b. State the significance level.
\n" );
document.write( "c. The theoretical statistic.
\n" );
document.write( "d. Compute the test statistic.
\n" );
document.write( "e. Test the claim.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #796765 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Ho: average SAT score is 1350 \n" ); document.write( "Ha: it is not 1350 \n" ); document.write( "alpha=0.05 p{reject Ho|Ho true} \n" ); document.write( "test stat t(0.975, df=120)=(x bar-mean)/s/sqrt(n) \n" ); document.write( "critical value |t|>1.98 \n" ); document.write( "calculation (-50*sqrt(121)/40)=t=-13.75 \n" ); document.write( "strongly reject Ho and conclude the true SAT score is not 1350. \n" ); document.write( " \n" ); document.write( " |