70.3k views
0 votes
Scores on the SAT Mathematics test (SAT-M) are believed to be Normally distributed with mean µ. The scores of a random sample of three students who recently took the exam are 550, 620, and 480. A 95% confidence interval for µ based on these data is

User Sbat
by
5.6k points

1 Answer

5 votes

Answer:

The 95% confidence interval for µ based on these data is (408,692).

Explanation:

Sample mean and standard deviation:

The first step to solve this question is finding the sample mean and standard deviaton.


\overline{x} = (550+620+480)/(3) = 550


s = \sqrt{((550-550)^2+(620-550)^2+(480-550)^2)/(3)} = 57.1548

Confidence interval:

We have the standard deviation for the sample, which means that the t-distribution is used to solve this question.

The first step to solve this problem is finding how many degrees of freedom, we have. This is the sample size subtracted by 1. So

df = 3 - 1 = 2

95% confidence interval

Now, we have to find a value of T, which is found looking at the t table, with 2 degrees of freedom(y-axis) and a confidence level of
1 - (1 - 0.95)/(2) = 0.975. So we have T = 4.3027

The margin of error is:


M = T(s)/(√(n)) = 4.3027(57.1548)/(√(3)) = 142

In which s is the standard deviation of the sample and n is the size of the sample.

The lower end of the interval is the sample mean subtracted by M. So it is 550 - 142 = 408

The upper end of the interval is the sample mean added to M. So it is 550 + 142 = 692

The 95% confidence interval for µ based on these data is (408,692).

User Kamek
by
4.6k points