I'm studying for my test and am reviewing the solution to some example problems. The problem is:
You are told that a new standardized test is given to 100 randomly selected third grade students in New Jersey. The sample average score is $\overline Y$ on the test is 58 and the sample standard deviation is $s_y$ = 8.
The first part of the question asks you to construct a 95% confidence interval for the mean score of all New Jersey third graders.
First I found $$\text{SE}_y = \frac{s_y}{\sqrt{n}} = \frac{8}{\sqrt{10}} = 0.8.$$
Then I did $$58 \pm (0.8)(1.64).$$
However, instead of using $1.64$ they used $1.96$. Can someone explain why?