AIME Math Contest Preparation
The American Invitational Mathematics Exam (AIME) is a math contest in the United States. This page outlines the contest details and topics covered, providing relevant wikis and quizzes for training prep and practice.
Contents
Contest Information
The American Invitational Mathematics Exam (AIME) is a 15 question, 3 hour exam, administered twice each year. Students who do well on the AMC 10 or AMC 12 exams are invited to participate in the AIME, and a high score on AIME can lead to qualification for the United States of America Mathematics Olympiad (USAMO).
Each answer to the AIME is an integer number from 0 to 999. No calculators are allowed.
Basic Topics
These are the basic topics covered by the AIME, which usually appear in the first 5 problems. This is a great place to start learning if you’re new to the AIME!
Chapter Wiki Quiz Quadrilaterals ![]()
![]()
Volume ![]()
![]()
Circle Properties ![]()
![]()
Area of Triangles ![]()
![]()
Trigonometric Functions ![]()
![]()
Chapter Wiki Quiz Number Bases ![]()
![]()
Introduction to Recursion ![]()
![]()
GCD/LCM ![]()
![]()
Prime Factorization and Divisors ![]()
![]()
Intermediate Topics
These are the intermediate topics covered by the AIME, which usually appear in the middle 5 problems. This is a great place to hone your skills if you are already comfortable with solving the first few problems on the AIME.
Advanced Topics
These are the advanced topics covered by the AIME, which usually appear in the last 5 problems. This is a great place to learn to solve the hardest problems on the AIME if you're shooting for a perfect score!
A Difficult Sample Problem Showing General Tips and Tricks
There are many tricks to the AIME that don't show up in a "standard school curriculum." To illustrate, here is an example problem from 2007:
2007 AIME 1, Problem #14
Let be the largest real solution to the equation
There are positive integers and such that Find
Note that this is in the "hard" set, yet this problem is entirely solvable with regular algebra and even follows the standard logic wanting to isolate by writing the problem as
However, the specific tricks are unusual; finding them requires practice. This one makes clever use of rearrangement, substitution, and symmetry.
We incidentally can find right away that is a solution:
so if we find all other solutions are negative, is our answer. However, we are essentially guaranteed in a competition context given the setup of that there will be a positive root.
Constants tend to be one of the easiest terms to get rid of; either they can be transformed with substitution (as you'll see later) or they can be "shuffled into" some other part of the algebra. While there's not much possible with the on the right-hand side of the equal sign, is there some potential on the left? Let's see:
There are four terms exactly to go with the 4, so what could happen if did rearrangement and split the 4 up to give 1 to each of the terms? We have
This is a fairly common competition trick: writing or can produce useful results.
Since we're looking for non-zero roots, we can safely divide both sides of the equal sign by
Unfortunately, maneuvering the right side of the equal sign now isn't helpful, so let's look at the terms on the left side instead. There's a definite symmetry pattern going on: and are two apart, and and are two apart. The symmetry isn't quite written in a form useful to us, but we can use substitution to help bring it out.
Let Note that is midway between and as well as and we picked this number specifically to expose symmetry. It also (by "coincidence") happens to match the right side of the equal sign:
Plugging these back into the original equation including the right side which has
It's tempting to note the matching of +8/-8 and +6/-6. Let's do some more rearrangement and combine the terms:
\[\begin{align}
\frac{1}{Q + 8} + \frac{1}{Q - 8} + \frac{1}{Q + 6} + \frac{1}{Q -6} &= Q \\
\frac{Q-8}{(Q + 8)(Q-8)} + \frac{Q+8}{(Q + 8)(Q-8)}+
\frac{Q-6}{(Q + 6)(Q-6)} + \frac{Q+6}{(Q + 6)(Q-6)} &= Q \\
\frac{2Q}{Q^2-64} + \frac{2Q}{Q^2-36} &= Q.
\end{align}\]
Not forgetting that is a solution to the original problem, divide by on both sides:
We can make the squared terms easier to deal with using another substitution; let's use
Then get all terms on one side of the equal sign:
Applying the quadratic formula here (and only worrying about the larger root) gets Remembering that (and again only worrying about the larger root), Finally, remembering that
Almost done! The problem asks about in the root so our desired answer is
Let's summarize what was used:
Rearrangement to move the term, which caused each of the terms on the left hand of the equal sign to get an in the numerator.
Dividing the out.
Using a substitution to expose the symmetry that allowed the terms to be more easily combined.
Using another substitution to avoid dealing with the squared term until necessary.
Doing standard algebra involving making a quadratic and then using the quadratic formula.
Back-substituting to solve for the largest real solution for
Note while the entire solution as a whole can be intimidating, each individual step is a piece of ordinary algebra. Once you start to spot these sorts of tricks more easily, you can solve even the hardest of AIME problems!