Number Play | A

Question 2

Will reversing and adding numbers repeatedly, starting with a 2-digit number, always give a palindrome? Explore and find out.*

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • A palindrome is a number that reads the same forwards and backwards (e.g., 121121, 363363, 48844884).
  • The Reverse and Add process:
    1. Take a number.
    2. Reverse its digits to form a new number.
    3. Add the two numbers together.
    4. If the sum is a palindrome, stop. If not, repeat the process with the new sum.
  • We want to explore whether this process always eventually produces a palindrome when starting with 22-digit numbers.

Step 1 · Explore with 56 (1 Step)

Start with 5656:

  • Reverse of 56=6556 = 65
56+65=12156 + 65 = 121

121121 is a palindrome. It is reached in 11 step.

Step 2 · Explore with 29 (1 Step)

Start with 2929:

  • Reverse of 29=9229 = 92
29+92=12129 + 92 = 121

121121 is a palindrome. It is reached in 11 step.

Step 3 · Explore with 84 (Multiple Steps)

Start with 8484:

  • Reverse of 84=4884 = 48
84+48=13284 + 48 = 132

Since 132132 is not a palindrome, repeat the process:

  • Reverse of 132=231132 = 231
132+231=363132 + 231 = 363

363363 is a palindrome. It is reached in 22 steps.

Step 4 · General Conclusion

All 22-digit numbers eventually produce a palindrome using this reverse-and-add process (most take 11 to 44 steps, while 8989 and 9898 take the longest at 2424 steps).

Note: For some higher numbers (such as 196196), no palindrome has ever been found despite millions of iterations (called suspected Lychrel numbers).

Answer

Yes, starting with any 22-digit number and repeatedly reversing and adding digits will always eventually produce a palindrome.

Common Mistakes
  • Stopping Too Early: Stopping after the first addition when the sum is not a palindrome, rather than repeating the reverse-and-add operation on the new sum.
  • Reversal Errors: Incorrectly adding the digits themselves instead of reversing the place value order (e.g., reversing 8484 gives 4848, not 8+4=128+4=12).

More questions in A

Q1

Complete Table 2 with 5-digit numbers whose digits are ‘1’, ‘0’, ‘6’, ‘3’, and ‘9’ in some order. Only a coloured cell should have a number greater than all its neighbours.

The biggest number in the table is _________ . The smallest even number in the table is _________ . The smallest number greater than 50,00050,000 in the table is _________ . Once you have filled the table above, put commas appropriately after the thousands digit.

Q2

Will reversing and adding numbers repeatedly, starting with a 2-digit number, always give a palindrome? Explore and find out.*

Q3

Explore

Take different 4-digit numbers and try carrying out these steps. Find out what happens. Check with your friends what they got.

Q4

Explore

Carry out these same steps with a few 3-digit numbers. What number will start repeating?

Q5

Make some more Collatz sequences like those above, starting with your favourite whole numbers. Do you always reach 11?

Do you believe the conjecture of Collatz that all such sequences will eventually reach 11? Why or why not?

Q6

The first player says 1, 2 or 3. Then the two players take turns adding 1, 2, or 3 to the previous number said. The first player to reach 21 wins!

Play this game several times with your classmate. Are you starting to see the winning strategy? Which player can always win if they play correctly? What is the pattern of numbers that the winning player should say?

Q7

The first player says a number between 1 and 10. Then the two players take turns adding a number between 1 and 10 to the previous number said. The first player to reach 99 wins!

Play this game several times with your classmate. See if you can figure out the corresponding winning strategy in this case! Which player can always win? What is the pattern of numbers that the winning player should say this time?

← Back to Number Play