A $\textit{palindrome}$ is a positive integer which reads the same forward and backward, like $12321$ or $4884$. How many $4$-digit palindromes are there

Respuesta :

There are 90 4-digit palindromes

What are palindromes?

Palindromes are numbers whose reverse is the same as the original number

How to determine the count of 4-digit palindromes

Since the digit is 4, then

  • The first digit of the palindrome can be any of 1 to 9 (i.e. 9 digits)
  • The second digit can be any of 0 - 9 (i.e. 10 digits)
  • The third digit must be the second digit (i.e. 1 digit)
  • The last digit must be the first digit (i.e. 1 digit)

So, the total number of digits is:

[tex]n =9 * 10 * 1 * 1[/tex]

Evaluate the product

[tex]n =90[/tex]

Hence, there are 90 4-digit palindromes.

Read more about numbers at:

https://brainly.com/question/251701

ACCESS MORE