A palindrome is a number that reads the same forward and backward. a palindrome will be designated good if the first half of the number is strictly increasing. (example: 123321 is good, and so is 454 or 16961, but 1224221 or 324423 are not good). how many 5-digit good palindromes are there?

Respuesta :

The total number of 5 digit palindrome that we have is 900.

What is a palindrome?

This is the term that is used to refer to a number or a word phrase that is the same way when it is written from the front and from the back.

Examples of palindrome numbers are

  • 10101
  • 10201
  • 10301
  • 10401

Read more on palindrome here:

https://brainly.com/question/14076732

#SPJ1