πŸ‡ΊπŸ‡Έ AMC 8 ⇄ switch contest
2017 AMC 8

Problem 1

Problem 1 · 2017 AMC 8 Easy
Arithmetic & Operations order-of-operations

Which of the following values is the largest?

Show answer
Answer: A — 10 (option A).
Show hints
Hint 1 of 2
Every option uses the same four digits 2, 0, 1, 7 — the only difference is whether a + or a × sits between them. Adding keeps the digits; multiplying by 0 or 1 throws value away.
Still stuck? Show hint 2 →
Hint 2 of 2
Order of operations (PEMDAS): all multiplications happen before any addition. The biggest result comes from the option that multiplies least — here, the all-plus option.
Show solution
Approach: compare without full computation
  1. The insight: all-addition (A) keeps every digit working for you; any × either zeroes out a term (anything × 0) or wastes one (anything × 1). So (A) should win — no arithmetic needed to see it leads.
  2. Confirm: (A) 2 + 0 + 1 + 7 = 10; (B) 0 + 1 + 7 = 8; (C) 2 + 0 + 7 = 9; (D) 2 + 0 + 7 = 9; (E) 0.
  3. Largest is (A) = 10. You'll see this again: when options differ only by an operation, ask which operation grows the value rather than computing all five.
Mark: · log in to save