Reasoning · Grade 5-2 Using Symmetry

Problem

Symmetric numbers written in digital numerals

Digits are written as digital-clock numerals, so a number's digits side by side make one picture. Find the second smallest 3-digit number whose picture is line-symmetric, the second largest 4-digit one that is point-symmetric, and how many of those lie between 5000 and 8000.
Your answer
How to solve
Strategy Make a Systematic List — Before touching the numbers I sort the ten numerals into three small groups: the ones that fold onto themselves, the ones a half turn leaves alone, and the special pair 6 and 9 that swap. That short table does almost all the work. After that each question is a small, finite search: for (1) I want the smallest numbers built from a short list of allowed digits, for (2) I want the largest, and for (3) the thousands digit has only 3 possible values, so I can knock out the impossible one and then list what is left in order.
1STEP 1

Sort the ten numerals by how they fold

Folding leaves 0, 1, 3, 8 unchanged.

fold onto themselves: 0, 1, 3, 8
2STEP 2

Sort the ten numerals by how they turn

A half turn leaves 0, 1, 2, 5, 8 unchanged.

unchanged by a half turn: 0,1,2,5,8; 6 ⇔ 9
3STEP 3

Question 1: which fold line can a whole number use?

For (1) every digit must come from those four.

horizontal fold: digits from {0,1,3,8}; vertical fold: palindromes from {0,8}
4STEP 4

Question 1: list the smallest ones in order

Counting up, the second smallest is 101.

100 < 101 < 103 < 108
5STEP 5

Question 2: what a half turn does to a whole number

For (2) the outer digits must pair up.

d₄ = turn(d₁), d₃ = turn(d₂)
6STEP 6

Question 2: find the largest, then the second largest

The second largest is 9886.

9966 > 9886
7STEP 7

Question 3: rule out the impossible thousands digit

In (3) a leading 7 is impossible.

d₁ ∈ {5,6,7}; 7 eliminated
8STEP 8

Question 3: count the middle pairs and add up

Counting the middle pairs gives 14.

7 + 7 + 0 = 14
Answer
101, 9886, 14
7 + 7 = 14
Each answer can be checked directly. Turn 101 upside down on paper: it is 101 again, and folded along its middle line it is unchanged too, and the only smaller 3-digit candidate is 100, so 'second smallest' is right. Turn 9886 a half turn: the digits reverse to 6, 8, 8, 9 and each turns, giving 9, 8, 8, 6 - the same number - and the only larger one is 9966, since raising the hundreds digit from 8 to 9 is the only way up. For part 3, all 14 numbers lie strictly between 5000 and 8000 as required, each begins with 5 or 6 and ends with the matching 5 or 9, and 14 is a believable size: only 7 of the 10 numerals survive a half turn and only 2 of the 3 possible thousands digits do, so a count in the low teens is exactly what to expect.
Takeaway

Sort the ten digital numerals first - 0, 1, 3, 8 survive a fold; 0, 1, 2, 5, 8 survive a half turn and 6 and 9 trade places - and remember that a half turn also reverses the digits, so the outside pair and the inside pair each have to match.

  • Sort the ten numerals by how they fold
  • Sort the ten numerals by how they turn
  • Question 1: which fold line can a whole number use?
  • Question 1: list the smallest ones in order
  • Question 2: what a half turn does to a whole number
  • Question 2: find the largest, then the second largest
  • Question 3: rule out the impossible thousands digit
  • Question 3: count the middle pairs and add up