AMC 8 · 2024 · #23

Grade 6 rate-ratio
gcdcoordinate-geometrypattern-recognition pattern-recognition ↑ Prerequisites: gcdcoordinate-geometrymulti-digit-arithmetic
📏 Long solution 💡 4 insights 📊 Diagram

Problem

Rodrigo has a very large sheet of graph paper. First he draws a line segment connecting point (0,4)(0,4) to point (2,0)(2,0) and colors the 44 cells whose interiors intersect the segment, as shown below. Next Rodrigo draws a line segment connecting point (2000,3000)(2000,3000) to point (5000,8000)(5000,8000). How many cells will he color this time?

(A) 6000(B) 6500(C) 7000(D) 7500(E) 8000\textbf{(A) } 6000\qquad\textbf{(B) } 6500\qquad\textbf{(C) } 7000\qquad\textbf{(D) } 7500\qquad\textbf{(E) } 8000

Pick an answer.

(A)
6000
(B)
6500
(C)
7000
(D)
7500
(E)
8000
View mode:

Toolkit + CCSS Solution

Understand

Restated: On a giant sheet of graph paper, **one straight line segment** runs from $(2000, 3000)$ to $(5000, 8000)$. We want the **total number of grid cells whose interior the segment crosses** (cells the segment only grazes at a corner do not count). For warm-up we are told that the segment $(0,4)\to(2,0)$ colors exactly $4$ cells, shown in the figure.

Givens: Endpoints of the segment: $(2000, 3000)$ and $(5000, 8000)$; Warm-up example: the segment $(0,4)\to(2,0)$ colors $4$ cells; "Color" = the segment meets the **interior** of that cell (touching only a corner does not count); Answer choices: (A) 6000, (B) 6500, (C) 7000, (D) 7500, (E) 8000

Unknowns: The number of grid cells whose interior is crossed by the segment from $(2000,3000)$ to $(5000,8000)$

Understand

Restated: On a giant sheet of graph paper, **one straight line segment** runs from $(2000, 3000)$ to $(5000, 8000)$. We want the **total number of grid cells whose interior the segment crosses** (cells the segment only grazes at a corner do not count). For warm-up we are told that the segment $(0,4)\to(2,0)$ colors exactly $4$ cells, shown in the figure.

Givens: Endpoints of the segment: $(2000, 3000)$ and $(5000, 8000)$; Warm-up example: the segment $(0,4)\to(2,0)$ colors $4$ cells; "Color" = the segment meets the **interior** of that cell (touching only a corner does not count); Answer choices: (A) 6000, (B) 6500, (C) 7000, (D) 7500, (E) 8000

Plan

Primary tool: #9 Solve an Easier Related Problem

Secondary: #1 Draw a Diagram, #5 Look for a Pattern, #2 Make a Systematic List

The numbers $2000, 3000, 5000, 8000$ are far too big to count cells one by one, so the natural first move is Tool #9 — **shrink the problem** to small endpoints $(0,0)\to(\Delta x, \Delta y)$, then use Tool #1 to actually draw each tiny segment on graph paper and collect the cell counts in a small table. Tool #5 (Look for a Pattern) then turns the table into a rule of the form "cells $= \Delta x + \Delta y -$ (correction)", and the correction turns out to depend on how many lattice points the segment passes through. Finally we apply the rule to the original $\Delta x, \Delta y$. This stays in the elementary toolkit — no need for Tool #13 (Algebra) or a memorized formula.

Execute — Answer: C

#1 Draw a Diagram 4.NBT.B.4 Step 1
  • First make the numbers manageable.
  • Slide the whole picture — segment **and** grid lines together — **left by $2000$ and down by $3000$**.
  • The segment $(2000,3000)\to(5000,8000)$ becomes $(0,0)\to(3000, 5000)$, but every grid line moves the same amount, so the number of colored cells is unchanged.
  • So we only need to count cells crossed by a segment from $(0,0)$ to $(\Delta x, \Delta y) = (3000, 5000)$.
$$\Delta x = 5000 - 2000 = 3000,\quad \Delta y = 8000 - 3000 = 5000$$

💡 Computing $5000-2000$ and $8000-3000$ is exactly Grade 4 fluent multi-digit subtraction.

#9 Solve an Easier Related Problem 5.G.A.2 Step 2
  • Now use Tool #9: pick very small $(\Delta x, \Delta y)$ pairs and **draw each segment on graph paper** to count cells.
  • $(0,0)\to(1,1)$ is the diagonal of one square and only grazes corners of two others, so it colors $1$ cell.
  • $(0,0)\to(1,2)$: $2$ cells.
  • $(0,0)\to(2,3)$: $4$ cells.
  • $(0,0)\to(2,4)$ has the same shape as the warm-up $(0,4)\to(2,0)$, so $4$ cells.
  • $(0,0)\to(3,5)$: $7$ cells.
$$(1,1):1,\;(1,2):2,\;(2,3):4,\;(2,4):4,\;(3,5):7$$

💡 Plotting points and a segment on the coordinate plane and counting cells underneath is exactly the Grade 5 coordinate-plane standard.

#5 Look for a Pattern 4.OA.C.5 Step 3
  • Use Tool #5 on the table.
  • A first guess "cells $= \Delta x + \Delta y$" fails right away on $(1,2)$ giving $3$ instead of $2$.
  • Try "$\Delta x + \Delta y - 1$": $(1,2):1+2-1=2$ ✓, $(2,3):2+3-1=4$ ✓, $(3,5):3+5-1=7$ ✓, $(1,1):1+1-1=1$ ✓.
  • But $(2,4)$ gives $2+4-1=5$, off by $1$ from the actual $4$.
  • And $(0,0)\to(2,2)$ has $2$ cells but the guess gives $3$, again off by $1$.
  • So the formula needs to subtract one *extra* for those special cases.
$$(2,4):2+4-1=5\neq4,\;(2,2):2+2-1=3\neq2$$

💡 Tabulating cases, proposing a rule, and noticing exactly where it breaks is the Grade 4 "generate a pattern following a rule" activity.

#1 Draw a Diagram 5.G.A.2 Step 4
  • Look at the pictures of $(2,4)$ and $(2,2)$ to see *why* they need an extra $-1$.
  • The segment $(0,0)\to(2,4)$ passes through the lattice point $(1,2)$ in the middle; the segment $(0,0)\to(2,2)$ passes through $(1,1)$.
  • At each such interior lattice point the segment crosses a vertical grid line and a horizontal grid line **at the same point**, so it gains one fewer new cell than usual.
  • That gives the corrected rule: cells $= \Delta x + \Delta y - g$, where $g$ counts how many "corner crossings" we made (and equals the number of lattice points on the segment, endpoints adjusted).
$$(2,4):\text{segment hits }(1,2) \Rightarrow 2+4-2=4 ✓$$

💡 Reading the coordinates of interior lattice points on a plotted segment is exactly Grade 5 coordinate-plane work.

#5 Look for a Pattern 6.NS.B.4 Step 5
  • How many lattice points sit on the segment $(0,0)\to(\Delta x, \Delta y)$?
  • They have the form $(k\Delta x/d,\; k\Delta y/d)$ for $k = 0, 1, \ldots, d$, where $d$ is the largest number that divides both $\Delta x$ and $\Delta y$.
  • Check the table: for $(2,4)$, $d=2$ (three lattice points: $(0,0),(1,2),(2,4)$); for $(3,5)$, $d=1$ (only endpoints); for $(2,2)$, $d=2$.
  • That $d$ is the **greatest common divisor** of $\Delta x$ and $\Delta y$.
  • So the formula is $$N = \Delta x + \Delta y - \gcd(\Delta x, \Delta y),$$ and every small example in our table checks out.
$$N = \Delta x + \Delta y - \gcd(\Delta x,\,\Delta y)$$

💡 Recognizing the "largest common divisor" of two numbers as the count of lattice steps is exactly the Grade 6 GCD standard.

#5 Look for a Pattern 6.NS.B.4 Step 6
  • Apply the formula to the big numbers.
  • We need $\gcd(3000, 5000)$.
  • Since $3000 = 1000 \times 3$ and $5000 = 1000 \times 5$, and $3$ and $5$ are different primes (no common factor beyond $1$), the largest common divisor is $1000$: $\gcd(3000,5000)=1000$.
  • Plug in: $N = 3000 + 5000 - 1000 = 7000$.
  • So Rodrigo colors $\mathbf{7000}$ cells, matching choice (C).
$$N = 3000 + 5000 - 1000 = 7000 \;\Rightarrow\; \textbf{(C)}$$

💡 Finding $\gcd(3000,5000)=1000$ by factoring out the common $1000$ is a direct Grade 6 GCD computation.

[1] #1 4.NBT.B.4 First make the numbers manageable. Slide the whole picture — segment **and** gri
[2] #9 5.G.A.2 Now use Tool #9: pick very small $(\Delta x, \Delta y)$ pairs and **draw each se
[3] #5 4.OA.C.5 Use Tool #5 on the table. A first guess "cells $= \Delta x + \Delta y$" fails ri
[4] #1 5.G.A.2 Look at the pictures of $(2,4)$ and $(2,2)$ to see *why* they need an extra $-1$
[5] #5 6.NS.B.4 How many lattice points sit on the segment $(0,0)\to(\Delta x, \Delta y)$? They
[6] #5 6.NS.B.4 Apply the formula to the big numbers. We need $\gcd(3000, 5000)$. Since $3000 =

Review

Reasonableness: Apply the formula $N = \Delta x + \Delta y - \gcd$ to the warm-up picture: $(0,4)\to(2,0)$ has $\Delta x = 2,\;\Delta y = 4,\;\gcd(2,4)=2$, giving $2+4-2 = 4$, which matches the $4$ colored cells in the figure. By size, the answer should sit between $\Delta x + \Delta y - \gcd_{\max} = 7000$ and $\Delta x + \Delta y - 1 = 7999$ at the very most, so $7000$ is reasonable. Choices (A) $6000$ would over-correct and (E) $8000 = \Delta x + \Delta y$ would skip the lattice-point correction entirely — both are the classic traps.

Alternative: An alternative is to use Tool #1 alone via similarity. Draw the segment $(0,0)\to(3,5)$ on graph paper and count $7$ cells directly. The big segment $(0,0)\to(3000,5000)$ is just that same picture scaled up by $1000$, where every old grid square becomes a $1000\times1000$ block of small squares, and inside each block the scaled segment colors $1000$ small cells. So the total is $7\times 1000 = 7000$ — same answer, no formula needed.

CCSS standards used (min grade 6)

  • 4.NBT.B.4 Fluently add and subtract multi-digit whole numbers (Translating the segment to the origin via $5000-2000=3000$ and $8000-3000=5000$.)
  • 4.OA.C.5 Generate a number or shape pattern following a given rule (Tabulating $(1,1),(1,2),(2,3),(2,4),(3,5)$ cell counts and guessing-and-refining a rule of the form $\Delta x + \Delta y - ?$.)
  • 5.G.A.2 Represent real-world and mathematical problems by graphing points (Drawing the small segments $(0,0)\to(\Delta x,\Delta y)$ on the coordinate plane and reading off interior lattice points.)
  • 6.NS.B.4 Find greatest common factor and least common multiple of two numbers (Computing $\gcd(3000,5000)=1000$, the correction term that counts lattice-point coincidences.)

⭐ This AMC 8 problem only needs Grade 6 greatest common factor (GCD) you already know!

⭐ This AMC 8 problem only needs Grade 6 greatest common factor (GCD) you already know!