Skip to main content
OlympiadHQ

Browse · MATH

Print

jmc

counting and probability senior

Problem

The number of increasing sequences of positive integers such that is even for can be expressed as for some positive integers . Compute the remainder when is divided by 1000.
Solution
The numbers are ten not-necessarily distinct even elements of the set . Moreover, given ten not-necessarily distinct elements of , we can reconstruct the list in exactly one way, by adding 1 to the smallest, then adding 2 to the second-smallest (which might actually be equal to the smallest), and so on. Thus, the answer is the same as the number of ways to choose 10 elements with replacement from the set , which has 999 elements. This is a classic problem of combinatorics; in general, there are ways to choose things from a set of with replacement. In our case, this gives the value of , so the answer is .
Final answer
8