document.write( "Question 1192239: A survey of the National Capital Region finds the average commute time time of employees on one way is 45 minutes. the Makati chamber of Commerce feels that in their city it is greater and want to publicize this. They randomly selected 28 commuters and found the average is 50 minutes with a standard deviation of 6 minutes. At alpha=0.05, are they correct? \n" ); document.write( "
Algebra.Com's Answer #824179 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is a 1 sample 1-way t-test
\n" ); document.write( "Ho: mean is 45 min
\n" ); document.write( "Ha: mean >45 min
\n" ); document.write( "alpha=0.05 p{reject Ho|Ho true}
\n" ); document.write( "test is a t df=27
\n" ); document.write( "reject if t>1.703
\n" ); document.write( "calculation t=(diff in mean)/sqrt (V)
\n" ); document.write( "=(50-45)/6/sqrt(28)
\n" ); document.write( "=5 sqrt (28)/6
\n" ); document.write( "=4.41
\n" ); document.write( "reject Ho and conclude there has been a difference, and the time is greater. p-value < 0.0001
\n" ); document.write( "
\n" );