AMC 10 · 2008 · #2

Grade 2 arithmetic
symmetry-argumentmulti-digit-arithmetic identify-subproblems ↑ Prerequisites: mental-arithmetic
📏 Medium solution 💡 2 insights
📘 View easy version →
Problem
A 4×4 block of calendar dates has these rows, top to bottom: 1, 2, 3, 4, then 8, 9, 10, 11, then 15, 16, 17, 18, then 22, 23, 24, 25. Reverse the left-to-right order of the numbers in the second row and in the fourth row, leaving the first and third rows alone. Then add the four numbers along each of the two diagonals and find the positive difference between those two diagonal sums.

Pick an answer.

(A)
2
(B)
4
(C)
6
(D)
8
(E)
10

AMC 10 2008 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Draw a Diagram

The whole difficulty is keeping track of which number sits in which cell after two rows flip, so Tool #1 (Draw a Diagram) — literally rewriting the block with rows 2 and 4 reversed — removes every chance of grabbing the wrong number off a diagonal. Once the new block is drawn, Tool #7 (Identify Subproblems) splits the job into three tiny, independent calculations: sum one diagonal, sum the other, subtract.

1STEP 1

Redraw the block after reversing

Rows 1 and 3 stay put; row 2 flips to 11,10,9,8 and row 4 flips to 25,24,23,22.

1&2&3&4 ; 11&10&9&8 ; 15&16&17&18 ; 25&24&23&22
2STEP 2

Add the main diagonal

Going top-left to bottom-right you pass 1, 10, 17, 22, and their sum is 50.

1+10+17+22=50
3STEP 3

Add the other diagonal

Going top-right to bottom-left you pass 4, 9, 16, 25, and their sum is 54.

4+9+16+25=54
4STEP 4

Take the positive difference

The larger total minus the smaller gives 54-50=4, which is choice (B).

54-50=4 → (B)
Answer
4
Before any reversal, both diagonals of this calendar block already sum to the same value 52 (main 1+9+17+25=52, anti 4+10+16+22=52), so a difference can only come from the cells the flip actually moves. On the main diagonal the moved cells change 9→10 (+1) and 25→22 (-3), a net -2, giving 50. On the other diagonal they change 10→9 (-1) and 22→25 (+3), a net +2, giving 54. A shift of -2 against +2 makes a gap of exactly 4, matching (B), and the answer is a small even number as all the choices are.
💡Key takeaway

When numbers move around a grid, redraw the grid first and then read the diagonals off the new picture instead of your memory.

  • Redraw the block after reversing
  • Add the main diagonal
  • Add the other diagonal
  • Take the positive difference