SOLUTION: A baseball player has a batting average of 0.16. What is the probability that he has exactly 6 hits in his next 7 at bats?
What is the probability ?
Algebra ->
Probability-and-statistics
-> SOLUTION: A baseball player has a batting average of 0.16. What is the probability that he has exactly 6 hits in his next 7 at bats?
What is the probability ?
Log On
Question 444065: A baseball player has a batting average of 0.16. What is the probability that he has exactly 6 hits in his next 7 at bats?
What is the probability ? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A baseball player has a batting average of 0.16. What is the probability that he has exactly 6 hits in his next 7 at bats?
-----
Binomial Problems with n = 7 and p = 0.16
-----
P(x = 6) = 7C6(0.16)^6*(0.84) = binompdf(7,0.16,6) = 0.00009865..
---------------------
Cheers,
Stan H.