Normal approximation to the binomial Flashcards

1
Q

When can you use a normal distribution to approximate a binomial distribution?

A

If n is large enough (n≥30)
If p is roughly 0.5

Also valid if np≥10 and n(1-p)≥10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How would you rewrite P(x=5) in terms of y?

A

p(4.5 ≤ y ≤ 5.5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How would you rewrite P(x≥12.5) in terms of y?

A

P(y ≥ 11.5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How would you rewrite P(x>12) in terms of y?

A

P(y > 12.5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How would you rewrite P(x<13) in terms of y?

A

P(y<12.5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How would you rewrite P(x≤ 13) in terms of y?

A

P(y≤ 13.5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How would you rewrite P(10 ≤ x < 18) in terms of y?

A

P(9.5 ≤ y < 17.5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How would you rewrite P(3 < x ≤ 20) in terms of y?

A

P(3.5 < y ≤ 20.5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

X~B (200,0.6)
How would you use the normal distribution to binomial distribution to find P(x<105) ?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

X~B (200,0.6)
How would you use the normal distribution to binomial distribution to find P(x=122) ?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly