There's a related problem that's easier to answer and is really the same problem.
How many ways can I choose 2 questions not to answer from the 13 questions?
Intuitively, these two should yield the same result -- If I pick 2 questions not to answer, that's the "same" as picking 11 questions that I will answer. If that's not intuitive, comment and I can try to explain it.
So, let's get to work answering that one!
Let's pick a random question, say, #1. There are 13 choices. I now have 12 choices left for the second question, so we might say 13 * 12 = 156 sets.
However, consider that if I pick problem 1 first, then problem 7 second, that's really the same set as picking problem 7 first, then problem 1 second. So, we should divide by 2 since we will have counted every single set twice!
13 * 12 / 2 = 78, as Adam states above as well.
This is the combination formula as well, just without explicit reference to that particular formula.
and of course, you can read the wikipedia article for more information! https://en.wikipedia.org/wiki/Combination
Inactive Tutor
10/04/16