Answer:
Step-by-step explanation:
Hello!
You have the hypothesis that the average weight loss for rubber after an abrasion test is less than 3.5 mg. To test this a large sample of pieces of rubber were sampled and subjected to the abrasion test.
With the given information you must test whether the researcher's hypothesis is sustained or not.
The study variable is,
X: Weight loss of rubber cured in a certain way after being subjected to the abrasion test. (mg)
There is no information about the variable distribution, but since it is said that the sample is a "large number" I'll take it as if it is bigger than 30 and apply the Central Limit Theorem to use the approximation of the sample mean to normal. This way I can use the Z-statistic for the test.
Symbolically the statistic hypothesis is:
H₀: μ ≥ 3.5
H₁: μ < 3.5
α: 0.05 (since is not listed, I'll choose one of the most common signification levels)
You have a one-tailed critical region, this means the p-value will also be one-tailed to the left of the distribution (i.e. →-∞)
The formula of the statistic is:
Z= <u> X[bar] - μ </u> ≈ N(0;1)
δ/√n
To calculate the statistic you have to use the information given.
The sample mean X[bar]= 3.4 mg
Upper bond of 95% CI= 3.45 mg
The basic structure of a CI for the mean is
"estimator" ± "margin of error"
Upper bound is "estimator" + "margin of error"
Using the formula:
Ub= X[bar] + d ⇒ 3.45= 3.4 + d
⇒ d= 3.45 - 3.4 = 0.05
Where d is the margin of error
d= * (δ/√n)
d= * (δ/√n)
d/= (δ/√n)
(δ/√n)= 0.05/ 1.96 = 0.0255
(δ/√n) is the denominator in the formula, corresponds to the standard deviation of the distribution.
Now you have all values and can calculate the statistic under the null hypothesis:
Z= <u> 3.4 - 3.5 </u> = -3.92
0.0255
And the p-value:
P(Z ≤ -3.92) = 0.000044 ⇒ My Z- table goes up to P(Z ≤ -3.00) = 0.001, so using strictly the table I can say that the probability is less than 0.001.
To calculate the exact probability I've used a statistic program.
p-value < 0.001
I hope it helps!