The probability that a randomly selected box of a certain type of cereal has a particular prize is $0.17$. Suppose that you purchase box after box until you have obtained $2$ of these prizes.
(a) What is the probability that you purchase exactly 7 boxes?
(b) What is the probability that you purchase at least 11 boxes?
I got the answer for a) which is $0.0683$ (using the binomial distribution: ($6C5 \cdot 0.17^2 \cdot 0.83^5$), but I cannot get the answer for b).
I tried using the summation of the same binomial distribution from $9$ to infinity but I can't get an exact number for the summation. I also tried finding each probability from $2$ (minimum) to $8$ (maximum to exclude $9$), adding them up and then subtracting the number from $1$ but am unable to figure it out.
I keep seeing "use negative binomial distribution" but I don't know what that means. If you could write the steps to get the answer that would help a lot.
You solved the first problem correctly.
Notice that you must purchase at least $11$ boxes if you obtain at most one prize in the first $10$ purchases. Therefore, the probability that you purchase at least $11$ boxes is $$\Pr(X \leq 1) = \Pr(X = 0) + \Pr(X = 1) = \binom{10}{0}(0.17)^{0}(0.83)^{10} + \binom{10}{1}(0.17)^{1}(0.83)^9$$