Respuesta :
Answer:
a) Null hypothesis:[tex]p\geq 0.5[/tex]
Alternative hypothesis:[tex]p < 0.5[/tex]
b) [tex]z=\frac{0.39 -0.5}{\sqrt{\frac{0.5 (1-0.5)}{300}}}=-3.81[/tex]
[tex]\alpha=0.1[/tex] [tex]z_{crit}=-1.281[/tex] excel code: "=NORM.INV(0.1,0,1)"
[tex]\alpha=0.05[/tex] [tex]z_{crit}=-1.64[/tex] excel code: "=NORM.INV(0.05,0,1)"
[tex]\alpha=0.01[/tex] [tex]z_{crit}=-2.33[/tex] excel code: "=NORM.INV(0.01,0,1)"
[tex]\alpha=0.001[/tex] [tex]z_{crit}=-3.09[/tex] excel code: "=NORM.INV(0.001,0,1)"
For all the significance level provided we have that -3.81 <[tex]t_{crit}[/tex] so we have enough evidence to reject the null hypothesis.
[tex]p_v =P(Z<-3.81)=1-P(z<1.34)=0.0000695[/tex]
So the p value obtained was a very low value and using the significance level given [tex]\alpha=0.1,0.05,0.01,0.001[/tex] we have [tex]p_v<\alpha[/tex] so we can conclude that we have enough evidence to reject the null hypothesis, and we can said that at 5% of significance the proportion of interest is significantly less than 0.5.
Step-by-step explanation:
1) Data given and notation
n=300 represent the random sample taken
X=117 represent the people with a characteristic in the sample
[tex]\hat p=\frac{117}{300}=0.39[/tex] estimated proportion of people with the characteristic desired
[tex]p_o=0.5[/tex] is the value that we want to test
[tex]\alpha=0.1,0.05,0.01,0.001[/tex] represent the significance level
z would represent the statistic
[tex]p_v[/tex] represent the p value (variable of interest)
2) Concepts and formulas to use
We need to conduct a hypothesis in order to test the claim that the population proportion is less than 0.5.:
Null hypothesis:[tex]p\geq 0.5[/tex]
Alternative hypothesis:[tex]p < 0.5[/tex]
When we conduct a proportion test we need to use the z statistic, and the is given by:
[tex]z=\frac{\hat p -p_o}{\sqrt{\frac{p_o (1-p_o)}{n}}}[/tex] (1)
The One-Sample Proportion Test is used to assess whether a population proportion [tex]\hat p[/tex] is significantly different from a hypothesized value [tex]p_o[/tex].
3) Calculate the statistic
We can replace the values given and we got:
[tex]z=\frac{0.39 -0.5}{\sqrt{\frac{0.5 (1-0.5)}{300}}}=-3.81[/tex]
4) Statistical decision
It's important to refresh the p value method or p value approach . "This method is about determining "likely" or "unlikely" by determining the probability assuming the null hypothesis were true of observing a more extreme test statistic in the direction of the alternative hypothesis than the one observed". Or in other words is just a method to have an statistical decision to fail to reject or reject the null hypothesis.
The significance level provided are [tex]\alpha=0.1,0.05,0.01,0.002[/tex]. The next step would be calculate the p value for this test.
Since is a one right tailed test the p value would be:
[tex]p_v =P(Z<-3.81)=1-P(z<1.34)=0.0000695[/tex]
So the p value obtained was a very low value and using the significance level given [tex]\alpha=0.1,0.05,0.01,0.001[/tex] we have [tex]p_v<\alpha[/tex] so we can conclude that we have enough evidence to reject the null hypothesis, and we can said that at 5% of significance the proportion of interest is significantly less than 0.5.
5) Critical values
The critical values are given respect the significance level provided:
[tex]\alpha=0.1[/tex] [tex]z_{crit}=-1.281[/tex] excel code: "=NORM.INV(0.1,0,1)"
[tex]\alpha=0.05[/tex] [tex]z_{crit}=-1.64[/tex] excel code: "=NORM.INV(0.05,0,1)"
[tex]\alpha=0.01[/tex] [tex]z_{crit}=-2.33[/tex] excel code: "=NORM.INV(0.01,0,1)"
[tex]\alpha=0.001[/tex] [tex]z_{crit}=-3.09[/tex] excel code: "=NORM.INV(0.001,0,1)"
For all the significance level provided we have that -3.81 <[tex]t_{crit}[/tex] so we have enough evidence to reject the null hypothesis.