A palindrome number is the same either read from left to right or right to left, for example, 121. How many 5−digit palindrome numbers are there altogether?
Answer:
900
- We need to find the total number of 5− digit palindrome numbers.
- 10 digits (0,1,2,…,9) can be used to fill in the places in the number.
The first digit cannot be zero in order to make it a 5 digit number.
Therefore, We have 9 choices for the first place.
For the 2nd and the 3rd place, we have 10 choices each. - For a 5−digit number to be a palindrome number the 1st and the 5th , the 2nd and the 4th digit of the number needs to be the same.
Therefore, the total number of 5 digit palindrome numbers =9×10×10=900 - Hence, there are 900 5−digit palindrome numbers altogether.