Question 137682
If a baseball player’s batting average is 0.340 or 34%, find the probability that the player will have a bad season and only score at most 60 hits in the 200 times at bat? 
---------------
It is a binomial problem with n=200, p=0.34, 0<= x <=60
That is binomcdf(200,0.34,60)= 0.13097...
-----------------
Cheers,
Stan H.