LESSON

AIME Format & Scoring

15 problems, 3 hours, integer answers 000–999. No multiple choice safety net.

The Exam at a Glance

15
Questions
180
Minutes
12
min/problem
15
Max Score

The American Invitational Mathematics Examination (AIME) runs each February for students who cleared the AMC threshold. It's a completely different game: you have three hours to produce fifteen integer answers in the range \(000\) to \(999\), with no multiple choice and no partial credit. Fifteen binary outcomes.

The Integer Answer Format

Every AIME answer is an integer from 000 to 999. You bubble three digits (with leading zeros as needed) on the answer sheet. No fractions, no decimals, no proofs — just the number.

This constraint shapes the problems profoundly. If a problem asks "find the probability," it's phrased so the answer is \(\frac{m}{n}\) with \(\gcd(m,n)=1\), and you're asked for \(m+n\). If a geometry problem's answer is \(\sqrt{3}+2\), you're asked for \(\lfloor 100(\sqrt{3}+2)\rfloor\) or similar. Every answer is forced to be an integer \(\le 999\).

Common AIME answer-extraction tricks

  • Probability \(\frac{m}{n}\) in lowest terms → answer \(m + n\).
  • Length \(a\sqrt{b}+c\) (simplified) → answer \(a+b+c\).
  • Sum over a set → the sum itself (often rigged to be \(< 1000\)).
  • "Remainder when \(X\) is divided by \(1000\)" — common for large-number problems.

The Scoring Formula

\( \text{AIME score} = (\text{number of correct answers out of 15}) \)

That's it. Each correct answer gives \(+1\) point. Wrong answers and blanks are equivalent — both give \(0\). No guess penalty, but random guessing among \(1000\) integers nets an expected \(15 \cdot \tfrac{1}{1000} = 0.015\) points. So: educated guessing is essentially worthless. Only answer when you have real confidence.

Worked Example 1: What Does "7" Actually Mean?

Problem: A student scores 7 on AIME. What was their AMC 12 + AIME index if their AMC 12 was \(114\)?

Step 1 — Apply the Index formula.

\( \text{Index} = 114 + 10 \cdot 7 = 184 \)

Step 2 — Contextualize. USAMO cutoffs have typically lived in \(220\)–\(235\). USAJMO cutoffs roughly \(210\)–\(225\). Index \(184\) is below both — not a USAMO year, but a strong signal (AIME \(7\) is roughly top \(25\%\) of AIME takers).

Step 3 — Plan. The AIME is the 10x lever in the index. Pushing AIME from \(7\) to \(10\) alone raises the index by \(30\) — more than pushing AMC from \(114\) to \(144\). For most students, improving AIME is the fastest path to USAMO/USAJMO.

Takeaway: An AIME point is worth ten AMC points. Train accordingly.

Worked Example 2: The Bubbling-Error Worst Case

Problem: You've solved a problem and gotten the answer \(\frac{27}{125}\), but the problem asks for \(m+n\) where \(\frac{m}{n}\) is the probability in lowest terms. What do you bubble?

Step 1 — Verify lowest terms. \( \gcd(27, 125) = 1 \) since \(27 = 3^3\) and \(125 = 5^3\). Already in lowest terms. ✓

Step 2 — Compute the target quantity.

\( m + n = 27 + 125 = 152 \)

Step 3 — Bubble the form. On the AIME answer sheet, you bubble 152 as three digits: "1", "5", "2". (If the answer had been \(42\), you'd bubble 042.)

Important warning: Forgetting to simplify \(\frac{m}{n}\) before adding is the most common AIME error. \( 27/125 \) is already reduced — but if the problem had given \( 54/250 \), blindly computing \(54 + 250 = 304\) would be wrong.

The AIME Difficulty Curve

Like AMC, AIME problems ramp. A useful mental model in 5-problem blocks:

  • Problems 1–5: Accessible — computational, one-step insights. \(\approx 5\)–\(10\) min each.
  • Problems 6–10: Require a real technique — Vieta, modular arithmetic, casework. \(\approx 10\)–\(15\) min.
  • Problems 11–15: Multi-technique, harder. Problem 15 is often genuinely olympiad-flavor. \(15+\) min.

Historically, AIME median score has hovered around \(\mathbf{5}\) correct — so scoring \(8\) puts you well above the median, and \(10+\) is USAMO territory.

Qualification Benchmarks (USAMO/USAJMO cutoffs)

AMC + 10 × AIME. Historical approximate cutoffs:

  • USAMO (AMC 12): \(\approx 220\)–\(235\).
  • USAJMO (AMC 10): \(\approx 210\)–\(225\).

Concrete targets assuming AMC \(126\), AMC \(132\), AMC \(138\):

\( 126 + 10a \geq 225 \Rightarrow a \geq 9.9 \Rightarrow a \geq 10 \)

\( 132 + 10a \geq 225 \Rightarrow a \geq 9.3 \Rightarrow a \geq 10 \)

\( 138 + 10a \geq 225 \Rightarrow a \geq 8.7 \Rightarrow a \geq 9 \)

Reading: A solid AMC \(130+\) plus an AIME \(9\)–\(10\) is the USAMO target zone.

Try It: Quick Check

A student scores 9 on AIME and 120 on AMC 12. What is their USAMO qualification index?

129
192
210
1080

Key Takeaways

  • 15 problems, 180 minutes, integer answers 000–999.
  • Each correct answer = \(1\) point; no partial credit, no guess penalty.
  • Random guessing is essentially worthless — only submit confident answers.
  • AIME median \(\approx 5\); USAMO target \(\approx 10\).
  • In the Index \((AMC + 10 \cdot AIME)\), each AIME point is \(10\times\) an AMC point.