A palindromic number is one which can be written the same forward as backward.
Ex: 19391, 88388, 11, etc.
How many 3-digit palindromic numbers exist?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The first digit can be chosen in 9 ways (1 through 9).
The second digit can be chosen in 10 ways (0 through 9).
The last digit is determined by the first.
9 × 1 0 = 9 0