Normal Approximation Problem Solving

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
Math1015
Messages
4
Reaction score
0
I'm unsure on how to start this problem. I tried to make a tree diagram but to no avail did it help out.

Question:
On average, Mike Weir scores a birdie on about 20.9% of all the holes he plays. Mike is in contention to win a PGA golf tournament but he must birdie at least 4 holes of the last 6 holes he plays.Find the probability, as a percent correct to one decimal place, that Mike will win.
 
Physics news on Phys.org
I would use:

[box=blue]
Binomial Probability Formula

$$P(x)={n \choose x}p^x(1-p)^{n-x}$$[/box]

Now, suppose we want to find the probability of at least $s$ successes out of $n$ trials...so if $X$ is this event, we may write:

$$P(X)=\sum_{k=s}^{n}\left({n \choose k}p^k(1-p)^{n-k}\right)$$

Can you identify $s,\,n,\,p$ for this problem?
 
The above approach is definitely correct for the exact answer. If you want a normal approximation then we'll use the following formula:

$$Z=\dfrac{Y-np}{\sqrt{np(1-p)}}\stackrel {d}{\longrightarrow} N(0,1)$$

I think from your class you should be able to tell us if you've covered the normal approximation to the binomial distribution yet. Once we know that, we can help you through either approach. :)

https://onlinecourses.science.psu.edu/stat414/node/179
 
I've for sure seen the binomial probability formula in class and we have covered that formula. I have not seen the other two however. The problem comes in when identifying values for each of the variables.
 
Last edited:
Math1015 said:
I've for sure seen the binomial probability formula in class and we have covered that formula. I have not seen the other two however.

I glossed over the phrase "Normal Approximation" in the thread title, and gave you the method for determining the exact answer. I do recall though, using the normal distribution to approximate the binomial distribution in the one elementary stats class I took long ago. I seem to remember only using it for much larger numbers of trials though, where using a sum such as I posted would be tedious to compute. :)