SOLUTION: A basketball player makes each free throw with probability of 0.75. What is the probability of making 68 or more shots out of 75 trials?
Algebra ->
Probability-and-statistics
-> SOLUTION: A basketball player makes each free throw with probability of 0.75. What is the probability of making 68 or more shots out of 75 trials?
Log On
Question 873474: A basketball player makes each free throw with probability of 0.75. What is the probability of making 68 or more shots out of 75 trials? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A basketball player makes each free throw with probability of 0.75. What is the probability of making 68 or more shots out of 75 trials?
----------------------
Binomial Problem with n = 75 and p(make) = 0.75
-----
P(68<= x <=75) = 1 - P(0<= x <=67) = 1 - binomcdf(75,0.75,67) = 0.0005424...
------------
Cheers,
Stan H.
----------------