Problem
A palindromic number is a number that reads the same backward and forward. (For example, is palindromic.)
a) How many -digit numbers are palindromic?
b) How many -digit numbers are palindromic and consist of distinct digits?
c) How many -digit numbers consist of distinct digits and end with 2?
d) How many -digit numbers are odd and consist of distinct digits?