The Question
Assume we have $n$ multiple choice questions, the $k$-th question having $k+1$ answer choices. What is the probability that, guessing randomly, we get at least $r$ questions right?
If no general case is available, I am OK with the special case $r = \left\lfloor\frac{n}{2}\right\rfloor + 1$.
Example
Assume we have four different multiple choice questions.
Question 1
- Choice A
- Choice B
Question 2
- Choice A
- Choice B
- Choice C
Question 3
- Choice A
- Choice B
- Choice C
- Choice D
Question 4
- Choice A
- Choice B
- Choice C
- Choice D
- Choice E
If we choose the answer to each question at random, what is the probability we get at least three right? (By constructing a probability tree, I get the answer as $11/120$.)
