A palindromic number is a number that reads the same backwards as it does forwards.
For example: and .
a) What is the smallest palindromic number greater than ?
b) What is the largest palindromic number less than ?
A palindromic number is a number that reads the same backwards as it does forwards.
For example: and .
a) What is the smallest palindromic number greater than ?
b) What is the largest palindromic number less than ?
a) , since the next smaller palindrome is , which is less than .
b) , since is the next palindrome.