Respuesta :
According to the manufacturer's claim, we build an hypothesis test, find the test statistic and the p-value relative to this test statistic, we have that:
- The value of the test statistic is z = 1.65.
- The p-value of the test is of 0.0495 > 0.02, which means that there is not sufficient evidence to say that his batting average has improved at the 0.02 level of significance.
As the test involves a comparison of samples, it involves subtraction of normal variables, and for this, we need to understand the central limit theorem and subtraction of normal variables.
Central Limit Theorem
The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].
For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.
For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean [tex]\mu = p[/tex] and standard deviation [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]
Subtraction between normal variables:
When two normal variables are subtracted, the mean is the difference of the means, while the standard deviation is the square root of the sum of the variances.
Before:
Average of 0.250 in 56 at bats, so:
[tex]p_B = 0.25[/tex]
[tex]s_B = \sqrt{\frac{0.25*0.75}{56}} = 0.0579[/tex]
After:
Average of 0.44 in 25 at bats, so:
[tex]p_A = 0.44[/tex]
[tex]s_A = \sqrt{\frac{0.44*0.56}{25}} = 0.0993[/tex]
Test if there was improvement:
At the null hypothesis, we test if there was no improvement, that is, the subtraction of the proportions is 0:
[tex]H_0: p_A - p_B = 0[/tex]
At the alternative hypothesis, we test if there was improvement, that is, the subtraction of the proportions is positive, so:
[tex]H_1: p_A - p_B > 0[/tex]
The test statistic is:
[tex]z = \frac{X - \mu}{s}[/tex]
In which X is the sample mean, [tex]\mu[/tex] is the value tested at the null hypothesis, and s is the standard error.
0 is tested at the null hypothesis:
This means that [tex]\mu = 0[/tex]
From the samples:
[tex]X = p_B - p_A = 0.44 - 0.25 = 0.19[/tex]
[tex]s = \sqrt{s_A^2 + s_B^2} = \sqrt{0.0579^2 + 0.0993^2} = 0.1149[/tex]
Value of the test statistic:
[tex]z = \frac{X - \mu}{s}[/tex]
[tex]z = \frac{0.19 - 0}{0.1149}[/tex]
[tex]z = 1.65[/tex]
P-value of the test and decision:
The p-value of the test is the probability of finding a difference of at least 0.19, which is 1 subtracted by the p-value of z = 1.65.
Looking at the z-table, z = 1.65 has a p-value of 0.9505.
1 - 0.9505 = 0.0495.
The p-value of the test is of 0.0495 > 0.02, which means that there is not sufficient evidence to say that his batting average has improved at the 0.02 level of significance.
A similar question is found at https://brainly.com/question/23827843