Binomial Distribution Question

RJLiberator
Gold Member
Messages
1,094
Reaction score
63

Homework Statement



A good hitter in baseball has a batting average of .300 which means that the hitter will be successful three times out of 10 tries on average. Assume that the batter has four times at bat per game.a) What is the probability that he will get two hits or less in a three game series?
b) What is the probability that he will get five or more hits in a three-game series?

Homework Equations



Binomial distribution: P_n(n) = \frac{N!}{n!(N-n)!}p^nq^{(N-n)}

The Attempt at a Solution

For a) I use
p = 0.300
q = 0.700
n = 2 hits or less
N = 12 aka total at bats

I solve directly and get an answer of 0.168.

This seems reasonable to me.

Am I using the binomial distribution correctly here? If so, I will proceed to part b.

Thank you.
 
Physics news on Phys.org
RJLiberator said:
I solve directly and get an answer of 0.168.

This seems reasonable to me.

Am I using the binomial distribution correctly here? If so, I will proceed to part b.

Thank you.

Is that for exactly two hits or two hits or fewer?

Did you know that the Excel spreadsheet has a BINOMDIST function?
 
This is for Two hits or less in 12 at bats.

I was worried about that issue. Would I need to calculate P_12(1) and P_12(0) and add the probabilities together to get the correct answer?
 
RJLiberator said:
This is for Two hits or less in 12 at bats.

I was worried about that issue. Would I need to calculate P_12(1) and P_12(0) and add the probabilities together to get the correct answer?

Yes, the formula you quoted is for exactly ##n## hits in ##N## trials. To get ##n## or fewer you need the sum of that formula from ##0## to ##n##.

If you have Excel check it out, as you can do "cumulative" = "True" or "False" as required:

=BINOMDIST(2,12,0.3,TRUE)
=BINOMDIST(2,12,0.3,FALSE)

Will give the value for two hits or fewer and two hits exactly respectively.
 
Allright, so now the answer to A is P_12(2)+P_12(1)+P_12(0) = 0.168+0.014+0.071 = 0.253

This makes more reasonable sense to me and I see how it makes sense with the additions of the probabilities as it relates to the question. Now I will consider part b.
 
Now that I got the hang of this, this is quite easy (I think).

So for part b, all I did was calculate the probabilities P_12(4) and P_12(3). I used my previous answer in A and summed up these values. I then took 1-this sum and that is the probability that he gets 5 hits or more.

This turned out to be 0.276 which is a reasonable number.
 
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...

Similar threads

Back
Top