Question 933037
John's batting average is 0.300. What is the probability that he gets exactly three hits in his next four official at bats?
---------------------
Binomial Problem with n = 4 and p(hit) = 0.3
--------
P(x = 3) = 4C3*0.3^3*0.7 = binompdf(4,0.3,3) = 0.0756
----------------
Cheers,
Stan H.
----------------