SOLUTION: If a baseball player has a batting average of 0.375, what is the probability that the player will get the following number of hits in the next four times at bat? A.Exactly 2 hit

Algebra ->  Probability-and-statistics -> SOLUTION: If a baseball player has a batting average of 0.375, what is the probability that the player will get the following number of hits in the next four times at bat? A.Exactly 2 hit      Log On


   



Question 871712: If a baseball player has a batting average of 0.375, what is the probability that the player will get the following number of hits in the next four times at bat?
A.Exactly 2 hits(Round to 3 decimal places as needed)
B.At least 2 hits (Round to 3 decimal places as needed)

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
p(hit) = .375, n = 4
P(x =2) = binompdf(4, .375, 2)= .3296 0r 32.96%
P(x ≤ 2) = binomcdf(4, .375, 2)= .8484 0r 84.84