A situation where there are n red balls and m white ones, which are taken out as described until some number r ≤ n of the balls have been removed. What is the probability that some number k ≤ n + m have been taken out, in terms of n, m, r and k? Briefly explain your rationale for your formula.
(Hint: A total of k balls will be withdrawn if there are r − 1 red balls in the first k − 1 withdrawals and the kth withdrawal is a red ball.)
This is a generalization of the previous problem: An urn holds 5 red balls and 3 white balls. They are drawn out one at a time (no replacement) until a total of 4 red balls have been taken out (and some unspecified number of white ones). Find the probability that exactly 6 balls have been taken out, showing the steps of your work.
I'm wondering how do you present the problem above and set it up.