125k views
2 votes
Sacramento County high school seniors have an average SAT score of 1,020. From a random sample of 144 Sacramento High School students we find the average SAT score to be 1,100 with a standard deviation of 144. We want to know if these high school students are representative of the overall population. What are our hypotheses?

User Chickens
by
5.5k points

1 Answer

5 votes

Answer:

We need to conduct a hypothesis in order to check if the high school students are representative of the overall population (or if the true mean is 1020 or not), the system of hypothesis would be:

Null hypothesis:
\mu = 1020

Alternative hypothesis:
\mu \\eq 1020

Explanation:

Previous concepts and data given

The margin of error is the range of values below and above the sample statistic in a confidence interval.

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".


\bar X=1100 represent the sample mean


s=144 represent the sample standard deviation

n=144 represent the sample selected


\alpha significance level

State the null and alternative hypotheses.

We need to conduct a hypothesis in order to check if the high school students are representative of the overall population (or if the true mean is 1020 or not), the system of hypothesis would be:

Null hypothesis:
\mu = 1020

Alternative hypothesis:
\mu \\eq 1020

If we analyze the size for the sample is > 30 and we don't know the population deviation so is better apply a t test to compare the actual mean to the reference value, and the statistic is given by:


t=(\bar X-\mu_o)/((s)/(√(n))) (1)

t-test: "Is used to compare group means. Is one of the most common tests and is used to determine if the mean is (higher, less or not equal) to an specified value".

Calculate the statistic

We can replace in formula (1) the info given like this:


t=(1100-1020)/((144)/(√(144)))=6.67

P-value

First we need to calculate the degrees of freedom given by:


df=n-1=144-1 =143

Then since is a two sided test the p value would be:


p_v =2*P(t_(144)>6.67)=2.59x10^(-10)

Conclusion

If we compare the p value and a significance level for example
\alpha=0.05 we see that
p_v<<\alpha so we can conclude that we have enough evidence to reject the null hypothesis, so we can conclude that the population mean is significant different from 1020 at 5% of significance.

User Zicsus
by
6.1k points