Probability & Statistics Ch.2 Section 3 Question 15
Solutions for “Probability and Statistics: The Science of Uncertainty” (Second Edition). These are solutions I have come up with; I offer no guarantee of accuracy.
Question
Suppose that a basketball player sinks a basket from a certain position on the court with probability 0.35.
a) What is the probability that the player sinks three baskets in 10 independent throws? b) What is the probability that the player throws 10 times before obtaining the first basket? c) What is the probability that the player throws 10 times before obtaining two baskets?
Solution
(a) What is the probability that the player sinks three baskets in 10 independent throws?
This uses the Binomial distribution (independent trials, fixed number of trials).
With n = 10, θ = 0.35, y = 3:
(b) What is the probability that the player throws 10 times before obtaining the first basket?
This uses the Geometric distribution (number of failures before first success).
We want 9 failures before a success (10 throws total, with the 10th being the first success):
(c) What is the probability that the player throws 10 times before obtaining two baskets?
This uses the Negative-Binomial distribution (trials stop after a certain number of successes).
Where:
- r = 2 (desired number of successes)
- k = 10 - 2 = 8 (number of failures)
- θ = 0.35