Any shape works — you only have to write every cell in terms of one letter-number. Here are three tricks, all on the August 2025 page.
1. The 3 × 3 square. Let c be the middle date. The nine dates are:
| c – 8 | c – 7 | c – 6 |
| c – 1 | c | c + 1 |
| c + 6 | c + 7 | c + 8 |
So: “Tell me the sum, and I divide by 9 to get the middle date.”
Try it on 11, 12, 13 / 18, 19, 20 / 25, 26, 27: the sum is 171, and 171 ÷ 9 = 19, the middle date. ✓
2. The plus-shape (5 cells). With c in the centre the cells are c – 7, c – 1, c, c + 1, c + 7, so the sum is 5c — divide by 5.
3. A 2 × 3 rectangle. With a at the top-left the cells are a, a + 1, a + 2, a + 7, a + 8, a + 9, so the sum is 6a + 27 — subtract 27 and divide by 6.