In a random sample of males it was found that 17 write with
Solution
Proportion of left handers in males pm= 17/(17+209) = 0.075
n1 = 17 + 209 = 226
Proportion of left handers in females pf= 63/(63+433) = 0.128
n2 = 63 + 433 = 496
Null hypothesis: Pm = Pf
Alternative hypothesis: Pm < Pf
Pooled sample proportion p = (p1 * n1 + p2 * n2) / (n1 + n2)
= (0.075 * 226 + 0.128 * 496) / (226 + 496)
= 0.11
Std Error = sqrt{ p * ( 1 - p ) * [ (1/n1) + (1/n2) ] } = (0.11 * (1 - 0.11) [ 1/226 + 1/496 ] = 0.025
Z = (Pm - Pf)/SE = (0.075 - 0.128)/0.025 = -2.06
p value = 0.020
p value is less than the significance level so reject the null hypothesis. there is enough/sufficient evidence to support the claim
-----------------------------------
alpha = 0.10
Z value for alpha = 0.10 is + 1.65
Margin of error = std error * critical value = 0.025 * + 1.65 = + 0.041
Confidence interval = ((Pm - Pf) - 0.041 ; (Pm - Pf) + 0.041)
= (-0.093, -0.011)
Because the confidence limits is less than 0 , it appears that the two rates of left handedness are significant. There is enough/sufficient evidence to support the claim
