πŸ‡ΊπŸ‡Έ AMC 8 ⇄ switch contest
1989 AJHSME

Problem 6

Problem 6 · 1989 AJHSME Medium
Arithmetic & Operations number-linespacing
Figure for AJHSME 1989 Problem 6
Show answer
Answer: C — 12.
Show hints
Hint 1 of 3
What's the same about every gap between neighboring ticks? Use the part you DO know β€” the stretch from 0 to 20 β€” to measure one gap.
Still stuck? Show hint 2 →
Hint 2 of 3
On an evenly-spaced line, find one gap's value first, then a point's value is just (number of gaps from 0) Γ— (gap value).
Still stuck? Show hint 3 →
Hint 3 of 3
Count the gaps, not the tick marks: between 0 and 20 there are 5 gaps, and y sits 3 gaps to the right of 0.
Show solution
Approach: measure one gap, then count gaps to y
  1. The known stretch from 0 to 20 is split into 5 equal gaps, so each gap is worth 20 Γ· 5 = 4. This is the key move: use the labeled span to calibrate a single step.
  2. Now count gaps from 0 to y: there are 3 of them, so y = 3 Γ— 4 = 12.
  3. Trap to avoid: count the spaces between ticks, never the ticks themselves. Six tick marks make only 5 gaps β€” off-by-one here would give a wrong step size and a wrong y.
Mark: · log in to save