[Math] probability continuity correction

probabilitystatistics

consider taking a random sample size of 25 from a population in which 42% of the people have type A blood. what is the probability that the sample proportion with type A blood will be greater than 0.44 ? Use the normal approximation to the binomial with continuity correction.

I found the mean which is 25 * .42 = 10.5 , and the standard deviation = 6.09 but I don't know how to continue , any help

Best Answer

Answer:

p = people with Blood A Type = .42

q = people with other blood type = .58

Mean = $np = 10.5$

S.D = $\sqrt{(npq)} = \sqrt{(25*.42*.58)} = 2.468$

Using Normal Approximation with continuity correction:

$$P(X>.44) = 1-P(X<=.44) = 1-P\left(\frac{(X-\mu)}{\sigma}\le\frac{ (.44*25 +.5 - 10.5)}{2.468}\right)$$

$$ = 1-0.657335 = 0.342665$$

Related Question