A block of calendar dates is shown. The order of the numbers in the second row is to be reversed. Then the order of the numbers in the fourth row is to be reversed. Finally, the numbers on each diagonal are to be added. What will be the positive difference between the two diagonal sums?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Just rewrite the block after the two reversals and add the diagonals: 1+10+17+22 = 50 versus 4+9+16+25 = 54.
Solution
Reverse the second row () and the fourth row (). The block becomes
Main diagonal (top-left to bottom-right): .
Other diagonal (top-right to bottom-left): .
The positive difference is .
The answer is .
Why this works
The problem is pure bookkeeping, and the safest method is to physically write the new block rather than track changes in your head. For a quicker check: in the original block both diagonals sum to . Reversing a row swaps its two diagonal entries, so row two moves from one diagonal to the other and row four moves ; the sums shift by , giving a gap of .
The trap
Reversing the wrong rows (for example the first and third) or reading the diagonals off the original block.
Common mistakes
- Reversing the wrong rows (for example the first and third) or reading the diagonals off the original block.
- Reversing the columns instead of the rows, or forgetting that the difference is asked as a positive number.
Techniques
Set up the equation/formula and compute; no special trick needed