153k views
4 votes
The average price of homes sold in the U.S. in 2016 was $240,000. A sample of 150 homes sold in Chattanooga in 2016 showed an average price of $236,000. It is known that the standard deviation of the population (σ) is $36,000. We are interested in determining whether the average price of homes sold in Chattanooga is significantly less than the national average.

Use a significance level of α equal to 0.05.

User Sadiq Ali
by
4.7k points

2 Answers

3 votes

Answer:

There is no enough evidence that the average price of homes sold in Chattanooga is significantly less than the national average.

Explanation:

We have to perform a hypothesis test on the mean. The claim is that the average price of homes sold in Chattanooga is significantly less than the national average.

The null and alternative hypothesis are:


H_0: \mu=240,000\\\\H_a: \mu<240,000

The significance level is α=0.05.

The sample mean is $236,000.

The sample size is n=150.

The population standard deviation is $36,000.

Then, the statistic z is


z=(\bar x-\mu)/(\sigma/√(n))=(236,000-240,000)/(36,000/√(150))= (-4,000)/(2939)=-1.36

The P-value for z=-1.36 is


P(z<-1.36)=0.087

The P-value is bigger than the significance level, so the effect is not significant.

The null hypothesis failed to be rejected.

There is no enough evidence that the average price of homes sold in Chattanooga is significantly less than the national average.

User Yves Boutellier
by
4.6k points
3 votes

Answer:


z=(236000-240000)/((36000)/(√(150)))=-1.36


p_v =P(z<-1.36)=0.0869

If we compare the p value and the significance level given
\alpha=0.05 we see that
p_v>\alpha so we can conclude that we have enough evidence to fail reject the null hypothesis, so we can't conclude that the true mean is lower than 240000 at 5% of signficance.

Explanation:

Data given and notation


\bar X=236000 represent the sample mean


\sigma=36000 represent the population standard deviation for the sample


n=150 sample size


\mu_o =240000 represent the value that we want to test


\alpha=0.05 represent the significance level for the hypothesis test.

z would represent the statistic (variable of interest)


p_v represent the p value for the test (variable of interest)

State the null and alternative hypotheses.

We need to conduct a hypothesis in order to check if the average price of homes sold in Chattanooga is significantly less than the national average, the system of hypothesis would be:

Null hypothesis:
\mu \geq 240000

Alternative hypothesis:
\mu < 240000

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


z=(\bar X-\mu_o)/((\sigma)/(√(n))) (1)

z-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:


z=(236000-240000)/((36000)/(√(150)))=-1.36

P-value

Since is a one sided test the p value would be:


p_v =P(z<-1.36)=0.0869

Conclusion

If we compare the p value and the significance level given
\alpha=0.05 we see that
p_v>\alpha so we can conclude that we have enough evidence to fail reject the null hypothesis, so we can't conclude that the true mean is lower than 240000 at 5% of signficance.

User Alaric
by
5.1k points