Pretty Palindromic Patterns

Define palindromes and apply the reverse-and-add algorithm.

b8c1d9f9...
Concept

Numbers in the Mirror

Definition of a palindrome.

Have you ever noticed words like RACECAR or MADAM? They read exactly the same whether you read them from left to right or right to left.

In mathematics, numbers that do exactly the same thing are called palindromes or palindromic numbers.

1 / 3
17391c0b...
html

Reverse-and-Add Algorithm

Steps to generate a palindrome.

1. Start with a 2-digit number.
2. Reverse its digits to form a new number.
3. Add this reversed number to your original number.
4. Stop if you get a palindrome. If not, repeat using the new sum.
1bbdff9e...
423de25b...
Example

Making a Palindrome

Apply reverse and add to 48.

Problem

Apply the reverse-and-add algorithm to the number 48 to find a palindrome.

1 / 4
25e8cc45...
reading

Try it with 76

Complete the reverse-and-add sequence for 76.

0 of 4 blanks filled

Let's practice the reverse-and-add algorithm to find palindromes using the number 76.

First, we start with our 2-digit number 76 and add its reverse to it. Step 1: 76 + 67 = .

Since the result is not a palindrome, we repeat the steps of reversing the digits and adding. The reverse of our new number is .

Step 2: 143 + = .

We stop here because our result reads the same from left to right and from right to left, making it a palindrome.

28ddc360...
feedback

Palindrome Logic Puzzle

Solve a 5-digit palindrome riddle.

Puzzle Time!

Use your logical reasoning to discover the mystery number:

  • I am a 5-digit palindrome.
  • I am an odd number.
  • My ten-thousands ('tth') digit is 1.
  • My tens ('t') digit is double my units ('u') digit.
  • My hundreds ('h') digit is double my tens ('t') digit.

Who am I?

Write the given 5th ( Ten thousandth ) digit

Since it is palindrome, what will be first ( unit ) digit

From given information, what will be 2nd ( Tenth ) digit

From given information, what will be the 3rd ( Hundredth ) digit

Since it is palindrome, what will be 4th ( Thousandth ) digit

Enter the 5-digit mystery number.