The normal approximation to the binomial

TyErd
Messages
297
Reaction score
0

Homework Statement


I've attached the question

Homework Equations


Pr(X<=x)= (x + 0.5 - n*p) / sqrt(n*p*(1-p))

The Attempt at a Solution


okay so n=1150, p=0.02 , Pr(X<23)

=23 + 0.5 - 1150(0.02) / sqrt(1150*0.02*0.98)
=0.105316

is that bit right so far. Because it is less than i thought x might've been 22 instead of 23 so when i did that it equaled -0.105316

im not sure what do after that. Am i suppose to find that value in the normal distribution tables or something?
 

Attachments

  • 55555555555555555555.jpg
    55555555555555555555.jpg
    10.5 KB · Views: 415
Physics news on Phys.org
TyErd said:

Homework Statement


I've attached the question

Homework Equations


Pr(X<=x)= (x + 0.5 - n*p) / sqrt(n*p*(1-p))

The Attempt at a Solution


okay so n=1150, p=0.02 , Pr(X<23)

=23 + 0.5 - 1150(0.02) / sqrt(1150*0.02*0.98)
=0.105316

is that bit right so far. Because it is less than i thought x might've been 22 instead of 23 so when i did that it equaled -0.105316

im not sure what do after that. Am i suppose to find that value in the normal distribution tables or something?

Your first equation makes no sense. Perhaps you meant to write
P(X \leq x) \approx P\left( Z \leq \frac{x + 1/2 - n p)}{\sqrt{n p (1-p)}} \right)?
For n = 1150, p = 0.02 and x = 23, we have P(Z \leq 0.105316), which is similar to what you said---although I am not sure, from what you wrote, that you really understand this. Of course, the question said "less than 23", which means <= 22, so you ought to use x = 22 in the formula. At this point you need to find the probability value from normal tables, or a spreadsheet, or by pressing a button on some brands of hand-held calculators.

RGV
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top