AMC 10 · 2019 · #10
Grade 6 geometry-2dPick an answer.
AMC 10 2019 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Counting tiles along a diagonal of a 10 × 17 grid is hard to do directly — Tool #9: shrink to small grids (1 × 1, 2 × 3, 3 × 4, 2 × 5, 3 × 5) and count by drawing (Tool #1). Tool #5 spots the formula a + b - gcd(a, b). Then plug in a = 10, b = 17 and match the choice (Tool #3).
Try the easy case: a 2 × 3 grid's diagonal cuts one vertical and one horizontal line, so it visits 4 tiles.
Draw the diagonal and count which tiles it cuts through.
5.G.A.2Draw A DiagramMore cases: 3 × 4 gives 6 tiles and 3 × 5 gives 7 tiles — the diagonal never hits a lattice point since gcd = 1.
Each internal line the diagonal crosses adds 1 new tile.
5.G.A.2Solve An Easier Related ProblemThe pattern: start in 1 tile, then each internal line crossed adds one, giving a + b - 1 when gcd(a, b) = 1.
Start with 1 tile, then add 1 for each grid line you cross.
4.OA.C.5Look For A PatternCheck the formula: 2 + 3 - 1 = 4 and 3 + 5 - 1 = 7 both match the diagrams.
Pattern checks out on two independent small cases.
4.OA.A.3Look For A PatternConfirm gcd(10, 17) = 1: 17 is prime and doesn't divide 10, so the shortcut applies.
17 is prime — quick gcd check.
6.NS.B.4Eliminate PossibilitiesPlug a = 10, b = 17 into a + b - 1: the bug visits 26 tiles.
Plug 10 and 17 into the small-case formula.
4.OA.A.3Identify SubproblemsSo 26 tiles matches choice (C).
Read off the matching choice.
4.NBT.A.2Eliminate PossibilitiesThis AMC 10 problem only needs Grade 6 pattern-spotting you already know — try small grids first. A 2 × 3 diagonal crosses 4 tiles, a 3 × 5 diagonal crosses 7. The formula is a + b - 1 when gcd(a, b) = 1. Since gcd(10, 17) = 1, the bug visits 10 + 17 - 1 = 26 tiles.