To determine whether the mean concentration of lead in drinking water meets the EPA standards, we can perform a hypothesis test using the provided data. Here's the process step by step:
Step 1: Define the Hypotheses
- Null hypothesis (\(H_0\)): The mean lead concentration (\(\mu\)) is less than or equal to the EPA standard, which is 15 micrograms per liter. \(H_0: \mu \leq 15\)
- Alternative hypothesis (\(H_a\)): The mean lead concentration is greater than the EPA standard. \(H_a: \mu > 15\)
Step 2: Collect the Data and Compute Sample Statistics
The provided samples are:
\(X = [11.9, 14.4, 11.6, 14.5, 15.6, 8.7, 12.5, 8.6, 11.5, 17.5]\)
Calculate the Sample Mean (\(\bar{X}\))
\[ \bar{X} = \frac{\sum X_i}{n} = \frac{11.9 + 14.4 + 11.6 + 14.5 + 15.6 + 8.7 + 12.5 + 8.6 + 11.5 + 17.5}{10} = \frac{ 11.9 + 14.4 + 11.6 + 14.5 + 15.6 + 8.7 + 12.5 + 8.6 + 11.5 + 17.5 }{10} \]
Calculating this gives: \[ \bar{X} = \frac{ 14.5 + 15.6 + 8.7 + 12.5 + 8.6 + 11.5 + 17.5 + 11.9 + 14.4 + 11.6 }{10} = \frac{ 127.4 }{10} = 12.74 \]
(Note: Check the sum calculation for accuracy)
Calculate the Standard Deviation (\(s\))
Given the population standard deviation \(\sigma = 4\).
Step 3: Conduct the Hypothesis Test
Since the population standard deviation is known, we perform a z-test.
Calculate the Test Statistic
The test statistic for a z-test is calculated using:
\[ z = \frac{\bar{X} - \mu_0}{\sigma / \sqrt{n}} \]
Where:
- \(\mu_0\) is the population mean under the null hypothesis (15),
- \(\sigma\) is the population standard deviation (4),
- \(n\) is the sample size (10).
Plugging in the values:
\[ z = \frac{12.74 - 15}{4 / \sqrt{10}} = \frac{-2.26}{1.265} \approx -1.79 \]
Step 4: Find the P-Value
The P-value for a z-test can be found using a standard normal distribution table or calculator.
Since the hypothesis test is one-tailed (right-tailed because we are testing if the mean is greater than 15):
- Look up the z-score of -1.79 in the z-table.
- The P-value is the area to the right of -1.79.
P-value \(\approx 1 - 0.0367 \approx 0.9633\).
Step 5: Conclusion
Now, compare the P-value to the significance level (\(\alpha = 0.10\)).
- P-value \(0.9633\) > \(\alpha = 0.10\); therefore, we fail to reject the null hypothesis.
Final Decision
There is not enough statistical evidence at the 0.10 level of significance to conclude that the mean concentration of lead in the drinking water exceeds the EPA standard of 15 micrograms per liter.
Note on Normality
It is necessary to check that the population is approximately normal because:
- The central limit theorem states that for sufficiently large samples (\(n \geq 30\)), the sampling distribution of the sample mean will be approximately normal regardless of the shape of the population distribution.
- However, when the sample size is small (\(n < 30\)), we need to verify the normality of the data before applying parametric tests like the z-test.
In this analysis, since the sample size is 10, we should check if the data is approximately normally distributed. The measurements can be visually assessed for normality using a histogram or a Q-Q plot or checked for skewness and kurtosis. A failure to meet normality assumptions could lead to incorrect conclusions in hypothesis testing.