Normal approximation to the binomial Flashcards
When can you use a normal distribution to approximate a binomial distribution?
If n is large enough (n≥30)
If p is roughly 0.5
Also valid if np≥10 and n(1-p)≥10
How would you rewrite P(x=5) in terms of y?
p(4.5 ≤ y ≤ 5.5)
How would you rewrite P(x≥12.5) in terms of y?
P(y ≥ 11.5)
How would you rewrite P(x>12) in terms of y?
P(y > 12.5)
How would you rewrite P(x<13) in terms of y?
P(y<12.5)
How would you rewrite P(x≤ 13) in terms of y?
P(y≤ 13.5)
How would you rewrite P(10 ≤ x < 18) in terms of y?
P(9.5 ≤ y < 17.5)
How would you rewrite P(3 < x ≤ 20) in terms of y?
P(3.5 < y ≤ 20.5)
X~B (200,0.6)
How would you use the normal distribution to binomial distribution to find P(x<105) ?
change X~B to Y~N by working out μ (np) and σ2 (np(1-p))
So X~B(200,06) changes to Y~N(120,48)
Change P(x<105) to P(Y ≤ 104.5)
then work out P(Y ≤ 104.5) using normal distribution and your μ and σ2 values
X~B (200,0.6)
How would you use the normal distribution to binomial distribution to find P(x=122) ?
change X~B to Y~N by working out μ (np) and σ2 (np(1-p))
So X~B(200,06) changes to Y~N(120,48)
Change P(x=122) to P(121.5≤ y ≤ 122.5)
work out P(121.5≤ y ≤ 122.5) using normal distribution and your μ and σ2 values