problem-5.28

problem-5.28  The binomial model assumes at bats. The answer can be found with the following:
> n = 600; p = .300; phat = .350; a = n*phat
> 1 - pnorm(a - 1/2, n*p, sqrt(n*p*(1-p)))
[1] 0.004294