Inactive Tutor answered 06/12/20
The null hypothesis would be that there is no difference between the false negatives and the 10 percent stated, with the alternative being that there is a difference.
H0 Po = Phat
HA Po =/ Phat
We use the proportion of a simple proportion to calculate a test statistic.
z=Phat-Po/sqrt(Po*(1-Po)/n)
Po-.1
Phat=227/303=.08910891
Calculating we get: z=-0.6319335
We then use a program to calculate the P value. I used R.
My code for this is: 2*pnorm(-abs(zscore))
which gives us a p value of 0.5274303.
Given that value, we fail to reject the null hypothesis, meaning there is no difference between the known proporion and the sampled group.