document.write( "Question 1086809: A local hospital claims its ED mean wait time is less than 45 minutes. A random selection of the wait times of 40 patients is captured and the sample mean wait time is 44 minutes with a sample standard deviation of 3.2 minutes. Assume they are approximately normally distributed. Is there enough evidence to support the claim at α = 0.01? Use a P-value. Will you accept or reject the null hypothesis based on these findings? \n" ); document.write( "
Algebra.Com's Answer #701095 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
It's a one sample t-test.
\n" ); document.write( "Ho: ED wait >= 45 min
\n" ); document.write( "Ha: ED wait < 45 min
\n" ); document.write( "Test statistic is a t-test with t0.995,df=39 = -2.71
\n" ); document.write( "Assuming s is an adequate estimate of sigma,
\n" ); document.write( "t=(44-45)/3.2/sqrt (40)
\n" ); document.write( "=-1*sqrt(40)/3.2=-1.98
\n" ); document.write( "p-value is 0.0276
\n" ); document.write( "fail to reject Ho. The wait may be greater than or equal to 45 minutes at the 0.01 level.
\n" ); document.write( "
\n" );