Fair warning: we are now in territory that more AIME prep than AMC prep: it’s helpful, but it isn’t your top priority unless you’ve already qualified for AIME.
This section is about using the formulas and techniques elsewhere in this chapter for the purpose of solving problems that seems like they ought to have nothing at all to do with those ideas and formulas. It’s a kind of “legal cheating” if you will.
To novices, this is going to sound a little crazy. But to experts, it’s often the obviously best way to tackle certain hard problems.
The stars and bars technique is a great method for partitioning. It shows that you can distribute identical items among different groups in ways.
The idea is that you think of this as an arrangement not only of the items themselves, but also of the dividers between groups.
You can search the internet if you’d like more examples, perhaps starting with its Wikipedia entry. The pictures under the proof of Theorem Two on the Wikipedia page (linked above) may help you develop a visual intuition about this. AoPS’s explanation of the technique is also good.
The number of ways to move from the bottom left corner to the top right corner of an grid by going only up or right is .
Why? Because we must move right times and up times, so our total is the same as the number of ways we can order the moves. (Expect variations on this theme as well.)
There’s one other bijection I want to include here even though it doesn’t use combinatoric techniques. (That way there doesn’t have to be a whole new chapter for one example, which I think would be a little silly.)
Recursion is useful to regular people in cases where it’s hard to calculate the element of a list directly.
Recursion is useful in a different way to the authors of contests like the AMC: it allows them to disguise easy questions as difficult ones.
Let’s look at an example. Do you know the eleventh Fibonacci number offhand? Yeah, me neither. But we both probably know the definition of the sequence:
; .
From this definition we can “recurse” our way to the eleventh term, :
; so .
But there’s a lot more to recursion than Fibonacci.
For example, recursion shows up in diagrams: a repeating pattern is evidence of recursion. In this case, it can of course be useful to look carefully at the difference between each figure and the next.
There’s a well-known problem in which Josie is meant to climb ten stairs, and with each step she can cover one or two stairs. The question is: how many ways are there to get to the top? This turns out to be a sticky problem in lots of ways. But applying recursion helps a lot: Let’s say is the number of ways to get to Step #. Then . We know that to get to Step #, we needed to have come from either Step # or Step # (i.e. directly from the floor).
Think about that for a moment. It means that . What’s more, that’s true for every step after the second, too. That means . After all, any way that gets you to Step # could then take you to Step # with a one-stair step, and any way that gets you to Step # could then take you to Step #n with a two-stair step.
is not just recursive; it’s the Fibonacci sequence, perhaps the best-known of the sequences often described recursively. So, since is Fibonacci, we know that there are ways to get to Step #.
These are the biggies, but there are lots of little ones too. If you find any others that you think should be included here, please email me.
If you’re already scoring within 20 points of AIME qualification and the above explanations make enough sense that you’d be able to use the formulas once you had them memorized, then click “complete” below, and we’ll add all the relevant quizzes to your deck.