document.write( "Question 1182877: You measure 34 watermelons weights, and find they have a mean weight of 59 ounces.
\n" );
document.write( "Assume the population standard deviation is 3.3 ounces.
\n" );
document.write( "Based on this, what is the maximal margin of error associated with a 99% confidence interval for the true population mean watermelon weight.
\n" );
document.write( "
\n" );
document.write( "Answer as decimal, to 2 places \n" );
document.write( "
Algebra.Com's Answer #813031 by Boreal(15235) You can put this solution on YOUR website! the margin of error is z*sigma/sqrt(n) \n" ); document.write( "=2.576*3.3/sqrt(34) \n" ); document.write( "=1.46 oz. \n" ); document.write( " \n" ); document.write( " |