In a test of the ability of a certain polymer to remove toxic wastes from water, experiments where conducted at three different temperatures. The data below give the percentages of impurities that where removed by the polymer in 17 independent attempts. Fewer samples were taken when the temperature was high since these experiments where more expensive.
low = [31,36,34,37,39,34,33]
medium = [36,31,39,32,36,30,25]
high = [29,24,28]
Assume the samples are drawn from normal distributions with unknown but equal variances and with means $μ_{low}$, $μ_{medium}$ and $μ_{high}$
(a) With a significance level of 95% percent, test the null hypothesis that the temperature has no effect on the ability to remove toxic wastes from the water, i.e. the null hypothesis $H_0$ : $μ_{low}$ = $μ_{medium}$ = $μ_{high}$. What are the values $SS_W. SS_B$ and the test statistics?
I have ran a one way ANOVA though MATLABs anova1() function on the date which give me this:

From this i read that: $SS_W.$ = 188,286 $SS_B$ = 129,832 and the test statistics = 4,83
Further the p-value is 2,5% and thereby lower than 5% so we can reject with 95% confidence that temperature has no effect on the polymers ability to remove toxic waste.
This is my first time running an ANOVA-test. Is this the right way to interpret the results?
(b) Do not consider the measurements performed with the high temperature in the following question. Compute the interval that, with 90% percent confidence, will contain the difference $μ_{low}$ - $μ_{medium}$ ?
No sure on how to approach this one?
Maybe: Lower limit = $μ - z_{1-(0.1/2)} δ_μ$ Upper limit = $μ + z_{1-(0.1/2)} δ_μ$
$z_{1-(0.1/2)} =z_.95 = ? $ and $δ_μ = \text{standard devivation} /\sqrt{14} = ?$