document.write( "Question 1001739: Finding confidence intervals.
\n" ); document.write( "Find the margin of error and the confidence interval for the population mean. Assume that the population has a normal distribution.
\n" ); document.write( "Math SAT scores for women: 95% confidence, n = 15, xbar = 496, s = 108
\n" ); document.write( "

Algebra.Com's Answer #618845 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is a t-distribution, so 95% CI for t(df=14) is
\n" ); document.write( "496 +/- 2.145(108/sqrt(15); mean +/- t-value *SE, where SE= s/sqrt(n)
\n" ); document.write( "the SE here is 27.89. Without rounding until the end, the CI=496+/-59.81
\n" ); document.write( "(436.19, 555.81).
\n" ); document.write( "
\n" );