A palindrome number is the same either read from left to right or right to left, for example, How many digit palindrome numbers are there altogether
Answer:
- We need to find the total number of digit palindrome numbers.
- digits can be used to fill in the places in the number.
The first digit cannot be zero in order to make it a digit number.
Therefore, We have choices for the first place.
For the and the place, we have choices each. - For a digit number to be a palindrome number the and the , the and the digit of the number needs to be the same.
Therefore, the total number of digit palindrome numbers - Hence, there are digit palindrome numbers altogether.