document.write( "Question 1158634: The average salary of graduates entering the actuarial field is reported to be $40,000. To test this, a statistics professor
\n" );
document.write( "surveys 20 graduates and finds their average salary to be $43,228. Assume the population is normally distributed with a
\n" );
document.write( "population standard deviation is $4000. Using 𝛼 = 0.05, has he shown the reported salary to be incorrect? \n" );
document.write( "
Algebra.Com's Answer #781635 by Boreal(15235) You can put this solution on YOUR website! Random sample and other assumptions assumed \n" ); document.write( "Ho: salary if $40000 \n" ); document.write( "Ha: it is not \n" ); document.write( "alpha=0.05 p{reject Ho|Ho true} \n" ); document.write( "test stat is a z=(xbar-mean)/sigma/sqrt(n) \n" ); document.write( "reject if |z|>1.96 \n" ); document.write( "=(3228)/4000/sqrt(20) \n" ); document.write( "z=3.61 \n" ); document.write( "reject Ho p-value<0.0004 \n" ); document.write( "the reported salary is not $40,000 \n" ); document.write( " |