a) The probability that he will get 4 hits is 0.263.
b) The probability he will get more than 4 hits is 0.271.
The situation is binomial:
The random variable is X = # hits in 4 at-bats
X has a binomial distribution with n = 4 & p = 0.349.
We're looking for the probability that X is at least 3: P(X>=3)
You can solve with the formula found on your formula sheet for x = 3 + x = 4 + ... + x = 7. If you have a TI 83 or 84, you can use the function binomcdf:
P(X >=3) = 1 - P(X <= 2) = 1 - binomcdf(n=7, p=0.263, x=2) = 0.271
Learn more about the binomial distribution at
https://brainly.com/question/27999221?referrer=searchResults
#SPJ4