document.write( "Question 1159559: A random sample of 9 health maintenance organizations (HMOs) was selected. For each HMO, the co-payment (in dollars) for a doctor's office visit was recorded. The results are as follows:
\n" );
document.write( "10, 5, 12, 6, 12, 11, 6, 12, 10
\n" );
document.write( "Under the assumption that co-payment amounts are normally distributed, find a 90% confidence interval for the mean co-payment amount in dollars. Then complete the table below.\r
\n" );
document.write( "\n" );
document.write( "Carry your intermediate computations to at least three decimal places. Round your answers to one decimal place. (If necessary, consult a list of formulas.) \n" );
document.write( "
Algebra.Com's Answer #782619 by Boreal(15235) You can put this solution on YOUR website! You need the mean, the sd, the sample size. \n" ); document.write( "the mean is 9.333 \n" ); document.write( "the sd for the sample is 2.872 \n" ); document.write( "the sample size is 9\r \n" ); document.write( "\n" ); document.write( "90%CI is mean +/- t(0.95, df=9) s/sqrt(n) \n" ); document.write( "the half-interval is 1.86*2.872/3=1.78\r \n" ); document.write( "\n" ); document.write( "the 90% CI is ($7.55, $11.11)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |