document.write( "Question 1076060: A company uses a modern machine to fill packets of biscuits. a sample of 40 packets had an average weight of 1.35 kg and a standard deviation of 0.1 kg. The machine is set to fill an average weight of 1.5 kg. Is there sufficient evidence to suggest that the machine is under filling\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690827 by Boreal(15235) You can put this solution on YOUR website! Ho:weight is 1.50 \n" ); document.write( "Ha:weight is not 1.50. Will use 2-tailed test. \n" ); document.write( "alpha=0.05; P{reject Ho|Ho true} \n" ); document.write( "test statistic is t df=39 0.975 \n" ); document.write( "critical value is |t|>2.023 \n" ); document.write( "t=(1.35-1.50)/0.1/sqrt(40) \n" ); document.write( "=-0.15*sqrt(40)/0.1 \n" ); document.write( "=-9.49 \n" ); document.write( "Strongly reject Ho with p-value <<0.0001, there is sufficient evidence that the machine is underfilling. \n" ); document.write( " |