document.write( "Question 1158338: A cola-dispensing machine is set to dispense 500 milliliters, ml, of cola per cup. A sample of 20 cups revealed they amount was 482 ml with a sample standard deviation of 40 ml. At the .02 significance level, do these sample data suggest there is a difference?
\n" );
document.write( "a. Which distribution will you use?
\n" );
document.write( "b. State the hypotheses.
\n" );
document.write( "c. Find the critical value(s)
\n" );
document.write( "d. Compute the test statistic.
\n" );
document.write( "e. Given c and d, state your decision \n" );
document.write( "
Algebra.Com's Answer #781342 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Assume normal distribution with sd of sample being estimate of sd of population \n" ); document.write( "Ho: mean=500 ml \n" ); document.write( "Ha: mean is not 500 ml \n" ); document.write( "alpha=0.02 p{reject Ho|Ho true} \n" ); document.write( "test statistic is a t (0.99, df=19) \n" ); document.write( "critical value |t|>2.539 \n" ); document.write( "calculation is t=(x bar- mean)/s/sqrt(n) \n" ); document.write( "=-18* sqrt(20)/40 \n" ); document.write( "=-2.01 \n" ); document.write( "fail to reject Ho: insufficient evidence to say that there is a difference of dispensing from 500 ml at the 0.02 level \n" ); document.write( " |