document.write( "Question 302245: One of your friends knows that you are taking a statistics course and asks for your help with her chemistry lab report. She has five measurements on the melting point of a compound: 122.4, 121.8, 122.0. 123.0, and 122.3.
\n" );
document.write( "a)The lab manual asks for a 95% confidence interval estimate for the melting point. Show her how to find this estimate.
\n" );
document.write( "b) explain to your friend what a 95% confidence interval is.
\n" );
document.write( "c)would a 90% confidence interval be narrower than the 95% interval? Explain. \n" );
document.write( "
Algebra.Com's Answer #216775 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! five measurements on the melting point of a compound: \n" ); document.write( "122.4, 121.8, 122.0. 123.0, and 122.3. \n" ); document.write( "a)The lab manual asks for a 95% confidence interval estimate for the melting point. Show her how to find this estimate. \n" ); document.write( "--- \n" ); document.write( "sample mean: 122.3 \n" ); document.write( "sample std: 0.4099 \n" ); document.write( "standard error = invT(0.975 with df=4)*0.4099/sqrt(5)= 2.7764*0.4099/sqrt(5) \n" ); document.write( "= 0.5090 \n" ); document.write( "--- \n" ); document.write( "95% CI: 122.3-0.4099 < u < 122.3+0.4099 \n" ); document.write( "95% CI: 121.79 < u < 122.71 \n" ); document.write( "================================ \r \n" ); document.write( "\n" ); document.write( "b) explain to your friend what a 95% confidence interval is. \n" ); document.write( "I'll leave that to you. Try it on some of your friends. \n" ); document.write( "------------------------------------ \n" ); document.write( "c)would a 90% confidence interval be narrower than the 95% interval? \n" ); document.write( "Higher confidence requires a broader interval. \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.. \n" ); document.write( " |