How many palindromes or palindromic numbers are there between 4×10⁴ and 6×10⁶ ? Here , a palindromic number (also known as a numeral palindrome or a numeric palindrome) is a number (such as 16461) that remains the same when its digits are reversed.
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.
4 × 1 0 4 ⟹ 4 0 0 0 0 < N < 6 × 1 0 6 < N < 6 0 0 0 0 0 0 Case 1: N is a 5 -digit palindrome.
N is of the form a b c b a where 4 ≤ a ≤ 9 , 0 ≤ b ≤ 9 and 0 ≤ c ≤ 9 . So the total number of possibilities for N in this case is 6 × 1 0 × 1 0 = 6 0 0 .
Case 2: N is a 6 -digit palindrome.
N is of the form a b c c b a where 1 ≤ a ≤ 9 , 0 ≤ b ≤ 9 and 0 ≤ c ≤ 9 . So the total number of possibilities for N in this case is 9 × 1 0 × 1 0 = 9 0 0 .
Case 3: N is a 7 -digit palindrome.
N is of the form a b c d c b a where 1 ≤ a ≤ 5 , 0 ≤ b ≤ 9 , 0 ≤ c ≤ 9 and 0 ≤ d ≤ 9 . So the total number of possibilities for N in this case is 5 × 1 0 × 1 0 × 1 0 = 5 0 0 0 .
Therefore, there are 6 0 0 + 9 0 0 + 5 0 0 0 = 6 5 0 0 palindromic numbers between 4 × 1 0 4 and 6 × 1 0 6 .