document.write( "Question 1184231: Using the 95% confidence level and the writing scores 84, 80, 90, 90, 98, 94, 91, 86, 90, 91, 90 you would expect the lower end of the confidence interval to be approximately what value? \n" ); document.write( "
Algebra.Com's Answer #849865 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Here's how to calculate the lower end of the 95% confidence interval for the writing scores:\r
\n" ); document.write( "\n" ); document.write( "1. **Calculate the Sample Mean (x̄):**\r
\n" ); document.write( "\n" ); document.write( "Sum the scores: 84 + 80 + 90 + 90 + 98 + 94 + 91 + 86 + 90 + 91 + 90 = 1034
\n" ); document.write( "Number of scores (n) = 11
\n" ); document.write( "x̄ = 1034 / 11 = 94\r
\n" ); document.write( "\n" ); document.write( "2. **Calculate the Sample Standard Deviation (s):**\r
\n" ); document.write( "\n" ); document.write( "* Find the squared difference of each score from the mean:
\n" ); document.write( " (84-94)²=100, (80-94)²=196, (90-94)²=16, (90-94)²=16, (98-94)²=16, (94-94)²=0, (91-94)²=9, (86-94)²=64, (90-94)²=16, (91-94)²=9, (90-94)²=16
\n" ); document.write( "* Sum of squared differences: 100 + 196 + 16 + 16 + 16 + 0 + 9 + 64 + 16 + 9 + 16 = 478
\n" ); document.write( "* Variance (s²): 478 / (11-1) = 47.8
\n" ); document.write( "* s = √47.8 ≈ 6.91\r
\n" ); document.write( "\n" ); document.write( "3. **Find the t-value:**\r
\n" ); document.write( "\n" ); document.write( "Since the sample size is small (n < 30), we use the t-distribution. For a 95% confidence level and 10 degrees of freedom (n-1 = 11-1 = 10), the t-value is approximately 2.228. You can find this using a t-table or a calculator with statistical functions.\r
\n" ); document.write( "\n" ); document.write( "4. **Calculate the Margin of Error:**\r
\n" ); document.write( "\n" ); document.write( "Margin of Error = t * (s / √n)
\n" ); document.write( "Margin of Error = 2.228 * (6.91 / √11)
\n" ); document.write( "Margin of Error = 2.228 * (6.91 / 3.317)
\n" ); document.write( "Margin of Error ≈ 4.63\r
\n" ); document.write( "\n" ); document.write( "5. **Calculate the Confidence Interval:**\r
\n" ); document.write( "\n" ); document.write( "* Upper limit = x̄ + Margin of Error = 94 + 4.63 ≈ 98.63
\n" ); document.write( "* Lower limit = x̄ - Margin of Error = 94 - 4.63 ≈ 89.37\r
\n" ); document.write( "\n" ); document.write( "Therefore, the lower end of the 95% confidence interval is approximately 89.37.
\n" ); document.write( "
\n" ); document.write( "
\n" );