document.write( "Question 1181769: C. The average length of time for students to enroll in the second term at DLSAU has been 40 minutes. An online registration is being tested. If random samples of 16 students have an average of 30 minutes with standard deviation of 10 minutes under the system, can you conclude that the new system is faster than the old one? Assume that the average length of time is normally distributed. Use 0.05 level of significance. \n" ); document.write( "
Algebra.Com's Answer #811702 by Boreal(15235) You can put this solution on YOUR website! Ho: mu is >=40 minutes \n" ); document.write( "Ha: mu is < 40 minutes \n" ); document.write( "alpha=0.05 p{reject Ho|Ho true} \n" ); document.write( "test statistic is a t (0.975, f=15) 1 way test. Reject Ho if t < -1.753 \n" ); document.write( "t=(30-40)/10/sqrt(16) \n" ); document.write( "=-10*4/10 \n" ); document.write( "=-4 \n" ); document.write( "reject Ho and conclude that the new system is faster than the old one, p-value 0.0006 \n" ); document.write( " |