202k views
4 votes
A random sample of 300 circuits generated 13 defectives.

Use the data to test the hypothesis
H0: p = 0.05 againstH1: p ≠ 0.05. Useα = 0.08. Find the P-value for thetest.
Round your answer to four decimal places (e.g. 12.3456).

(reject or not reject) null hypothesis

The P-value is ?

1 Answer

0 votes

Answer:


p_v =2*P(z<-0.5301)=0.5960

If we compare the p value and the significance level given
\alpha=0.08 we have
p_v>\alpha so we can conclude that we have enough evidence to FAIL reject the null hypothesis, and we can said that at 8% of significance the true proportion of defectives is different from 0.05.

Explanation:

1) Data given and notation n

n=300 represent the random sample taken

X=13 represent the defectives


\hat p=(13)/(300)=0.0433 estimated proportion of defectives


p_o=0.05 is the value that we want to test


\alpha=0.08 represent the significance level

Confidence=92% or 0.92

z would represent the statistic (variable of interest)


p_v 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 proportion of defective is different from 0.05.:

Null hypothesis:
p=0.05

Alternative hypothesis:
p \\eq 0.05

When we conduct a proportion test we need to use the z statistic, and the is given by:


z=\frac{\hat p -p_o}{\sqrt{(p_o (1-p_o))/(n)}} (1)

The One-Sample Proportion Test is used to assess whether a population proportion
\hat p is significantly different from a hypothesized value
p_o.

3) Calculate the statistic

Since we have all the info requires we can replace in formula (1) like this:


z=\frac{0.0433-0.05}{\sqrt{(0.05(1-0.05))/(300)}}=-0.5301

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
\alpha=0.08. The next step would be calculate the p value for this test.

Since is a bilateral test the p value would be:


p_v =2*P(z<-0.5301)=0.5960

If we compare the p value and the significance level given
\alpha=0.08 we have
p_v>\alpha so we can conclude that we have enough evidence to FAIL reject the null hypothesis, and we can said that at 8% of significance the true proportion of defectives is different from 0.05.

User Srinisunka
by
7.5k points