document.write( "Question 1168613: You must estimate the mean temperature (in degrees Fahrenheit) with the following sample temperatures:
\n" );
document.write( "42.4
\n" );
document.write( "66.6
\n" );
document.write( "89
\n" );
document.write( "62.3
\n" );
document.write( "41.4
\n" );
document.write( "65.8\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Find the 98% confidence interval. Enter your answer as an open-interval (i.e., parentheses) accurate to two decimal places (because the sample data are reported accurate to one decimal place).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #793247 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! mean is 61.25 deg F. \n" ); document.write( "s=17.72 deg F.\r \n" ); document.write( "\n" ); document.write( "half-interval is t (0.99,df=5)*s/sqrtn(n) \n" ); document.write( "=3.365*17.72/sqrt(6) \n" ); document.write( "=24.34 deg F. \n" ); document.write( "(36.91, 85.59) deg F. \n" ); document.write( " |