SOLUTION: A basketball player has a history of making 80% of the foul shots taken during the games. What is the probability that one of the next five foul shots he a. makes three missed s

Algebra.Com
Question 638257: A basketball player has a history of making 80% of the foul shots taken during the games. What is the probability that one of the next five foul shots he
a. makes three missed shots?
b. makes at least 3 shots?
c. makes at most 2 shots?

Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
A basketball player has a history of making 80% of the foul shots taken during the games.
-----
Binomial Problem with p(make) = 0.8 ; and P(miss) = 0.2
--------------------------
What is the probability that of the next five foul shots he
a. misses 3 shots?
P(x = 3) = 5C3(0.2)^3*(0.8)^2 = binompdf(5,0.2,3) = 0.0512
------------------------------------
b. makes at least 3 shots?
P(3<= x <=5) = 1 - P(0<= x <=2) = 1-binomcdf(5,0.8,2) = 0.9421
-----
c. makes at most 2 shots?
P(0<= x<=2) = binomcdf(5,0.8,2) = 0.0579
=================
Cheers,
Stan H.
=================

RELATED QUESTIONS

Suppose a basketball player who makes 89% of his foul shots had been awarded two free... (answered by Fombitz)
Jill and Jack play basketball. In the first game, Jill had a foul shot average of 0.60... (answered by stanbon)
A basketball player has made 6 out of every 13 foul shots attempted. If 42 foul shots... (answered by josgarithmetic,MathTherapy)
A basketball player hits three-point shots 46% of the time. If she takes 4 shots during a (answered by fractalier)
A basketball player hits three-point shots 46% of the time. If she takes 4 shots during a (answered by fractalier)
A basketball player hits three-point shots 44% of the time. If she takes 4 shots during a (answered by jim_thompson5910)
Jill and Jack play basketball. In the first game, Jill had a foul shot average of... (answered by stanbon)
A basketball player makes each free throw with probability of 0.75. What is the... (answered by stanbon)
a basketball player makes each free throw with probability of .75. what is the... (answered by stanbon)