Question 342008
if your free-throw percentage from the foul line is 60%, what is the probability of you missing 2 out of your next 3 free throws?
-------------------
Binomial Problem with n=3 and p=0.6
----------------
P(x=2) = 3C2(0.6)^2*0.4 = binompdf(3,0.6,2) = 0.4320
==========================================================
cheers,
Stan H.