SOLUTION: A baseball player has a probability of 0.2 hitting the ball each time at bat, with successive times at bat being independent.
Calculate the probability that he gets at least 2 h
Algebra ->
Probability-and-statistics
-> SOLUTION: A baseball player has a probability of 0.2 hitting the ball each time at bat, with successive times at bat being independent.
Calculate the probability that he gets at least 2 h
Log On
Question 1203053: A baseball player has a probability of 0.2 hitting the ball each time at bat, with successive times at bat being independent.
Calculate the probability that he gets at least 2 hits in 11 times at bat.
The probability is: Answer by ikleyn(52780) (Show Source):
You can put this solution on YOUR website! .
A baseball player has a probability of 0.2 hitting the ball each time at bat,
with successive times at bat being independent.
Calculate the probability that he gets at least 2 hits in 11 times at bat.
~~~~~~~~~~~~~~~~~
It is a typical problem on binomial distribution probability.
The number of trials is n= 11;
the probability of success of each individual trial is p= 0.2;
the successful trials indexes are 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9 or 10 or 11.
So, P = P(2) + P(3) + P(4) + P(5) + P(6) + P(7) + P(8) + P(9) + P(10) + P(11).
Having so many calculations to do, it is better (more economic and more efficient way)
to transform the formula equivalently
P = 1 - P(0) - P(1) = =
= = 0.6779 (rounded). ANSWER