document.write( "Question 1179741: Suppose a real estate broker is interested in comparing the asking prices of flats in the British cities of Exeter and Cardiff. The broker conducts a small telephone survey in the two cities, asking the prices of flats. A random sample of 21 listings in Exeter resulted in a sample average price of £116,900, with a standard deviation of £2,300. A random sample of 26 listings in Cardiff resulted in a sample average price of £114,000, with a standard deviation of £1,750. The broker assumes that the prices of flats are normally distributed and that the variance in prices in the two cities is about the same. What would he obtain for a 90% confidence interval for the difference in mean prices of mid-range homes between Exeter and Cardiff? Test wheather there is a difference in the mean prices of mid-range homes of two cities for α= 0.10 \n" ); document.write( "
Algebra.Com's Answer #850177 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Here's how to solve this problem, including calculating the confidence interval and conducting the hypothesis test:\r
\n" ); document.write( "\n" ); document.write( "**1. Given Information:**\r
\n" ); document.write( "\n" ); document.write( "* **Exeter:**
\n" ); document.write( " * n1 = 21
\n" ); document.write( " * x̄1 = £116,900
\n" ); document.write( " * s1 = £2,300
\n" ); document.write( "* **Cardiff:**
\n" ); document.write( " * n2 = 26
\n" ); document.write( " * x̄2 = £114,000
\n" ); document.write( " * s2 = £1,750
\n" ); document.write( "* Confidence level = 90%
\n" ); document.write( "* Significance level (α) = 0.10
\n" ); document.write( "* Assume normal distribution and equal variances.\r
\n" ); document.write( "\n" ); document.write( "**2. Calculate the Pooled Standard Deviation (sp):**\r
\n" ); document.write( "\n" ); document.write( "Since we assume equal variances, we use the pooled standard deviation:\r
\n" ); document.write( "\n" ); document.write( "sp = √[((n1 - 1) * s1²) + ((n2 - 1) * s2²)) / (n1 + n2 - 2)]\r
\n" ); document.write( "\n" ); document.write( "sp = √[((20 * 2300²) + (25 * 1750²)) / (21 + 26 - 2)]
\n" ); document.write( "sp = √[(105800000 + 76562500) / 45]
\n" ); document.write( "sp = √[182362500 / 45]
\n" ); document.write( "sp = √4052500
\n" ); document.write( "sp ≈ £2,013.08\r
\n" ); document.write( "\n" ); document.write( "**3. Calculate the Standard Error of the Difference (SE):**\r
\n" ); document.write( "\n" ); document.write( "SE = sp * √(1/n1 + 1/n2)
\n" ); document.write( "SE = 2013.08 * √(1/21 + 1/26)
\n" ); document.write( "SE = 2013.08 * √(0.0476 + 0.0385)
\n" ); document.write( "SE = 2013.08 * √0.0861
\n" ); document.write( "SE = 2013.08 * 0.2934
\n" ); document.write( "SE ≈ £590.69\r
\n" ); document.write( "\n" ); document.write( "**4. Find the Critical t-Value:**\r
\n" ); document.write( "\n" ); document.write( "* Degrees of freedom (df) = n1 + n2 - 2 = 21 + 26 - 2 = 45
\n" ); document.write( "* For a 90% confidence interval (α = 0.10, two-tailed), the critical t-value (t*) for df = 45 is approximately 1.68.\r
\n" ); document.write( "\n" ); document.write( "**5. Calculate the Margin of Error (E):**\r
\n" ); document.write( "\n" ); document.write( "E = t* * SE
\n" ); document.write( "E = 1.68 * 590.69
\n" ); document.write( "E ≈ £992.36\r
\n" ); document.write( "\n" ); document.write( "**6. Construct the Confidence Interval:**\r
\n" ); document.write( "\n" ); document.write( "* Difference in sample means (x̄1 - x̄2) = 116,900 - 114,000 = £2,900
\n" ); document.write( "* Lower Bound = (x̄1 - x̄2) - E = 2,900 - 992.36 = £1,907.64
\n" ); document.write( "* Upper Bound = (x̄1 - x̄2) + E = 2,900 + 992.36 = £3,892.36\r
\n" ); document.write( "\n" ); document.write( "**90% Confidence Interval: (£1,907.64, £3,892.36)**\r
\n" ); document.write( "\n" ); document.write( "**7. Hypothesis Test:**\r
\n" ); document.write( "\n" ); document.write( "* **Null Hypothesis (H0):** μ1 - μ2 = 0 (There is no difference in mean prices)
\n" ); document.write( "* **Alternative Hypothesis (H1):** μ1 - μ2 ≠ 0 (There is a difference in mean prices)
\n" ); document.write( "* Significance level (α) = 0.10
\n" ); document.write( "* Test statistic (t): t = (x̄1 - x̄2) / SE\r
\n" ); document.write( "\n" ); document.write( "t = 2900 / 590.69
\n" ); document.write( "t ≈ 4.91\r
\n" ); document.write( "\n" ); document.write( "**8. Find the Critical t-Values:**\r
\n" ); document.write( "\n" ); document.write( "* df = 45
\n" ); document.write( "* For α = 0.10 (two-tailed), the critical t-values are approximately ±1.68.\r
\n" ); document.write( "\n" ); document.write( "**9. Make a Decision:**\r
\n" ); document.write( "\n" ); document.write( "* Calculated t-value (4.91) > critical t-value (1.68).
\n" ); document.write( "* Therefore, we reject the null hypothesis.\r
\n" ); document.write( "\n" ); document.write( "**10. Conclusion:**\r
\n" ); document.write( "\n" ); document.write( "There is sufficient evidence at the α = 0.10 level to conclude that there is a difference in the mean prices of mid-range homes between Exeter and Cardiff.\r
\n" ); document.write( "\n" ); document.write( "**Answers:**\r
\n" ); document.write( "\n" ); document.write( "* 90% Confidence Interval: (£1,907.64, £3,892.36)
\n" ); document.write( "* Hypothesis Test: Reject the null hypothesis. There is a statistically significant difference.
\n" ); document.write( "
\n" ); document.write( "
\n" );