document.write( "Question 1180427: A certain miller claims that the average weight of a cavan of rice is 50 kg with a
\n" );
document.write( "population standard deviation of 2.5. A retailer sampled 20 cavans of this rice and got an
\n" );
document.write( "average weight of 46.6 kg. Is the claim of the rice miller valid using 5 % level of significance?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #810231 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is a one sample z-test \n" ); document.write( "Assuming randomness and normality, \n" ); document.write( "Ho: mu=50 kg \n" ); document.write( "Ha: mu NE 50 kg \n" ); document.write( "alpha=0.05 p{reject Ho| Ho true} \n" ); document.write( "test stat is a z, reject if |z|>1.96 \n" ); document.write( "z=(46.6-50)/2.5/sqrt(20) \n" ); document.write( "=-3.4*sqrt(20)/2.5 \n" ); document.write( "=6.08 \n" ); document.write( "NO, strongly reject Ho with strong evidence that the average weight is below 50 kg. \n" ); document.write( "P<<0.0001 (about 10^(-9)) \n" ); document.write( " \n" ); document.write( " |