38.3k views
2 votes
What is a palindrome,armstrong,mersenne numbers?

User Symlink
by
5.2k points

1 Answer

6 votes

Answer:

A numeric palindrome is a number that remains the same when its digits are reversed.

An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself.

A Mersenne prime is a prime number that is one less than a power of two.

Explanation:

An example of a palindromic number is 16461.

371 is an Armstrong number since 3^3 + 7^3 + 1^3 = 371.

A Mersenne is a prime number of the form Mₙ = 2ⁿ − 1 for some integer n.

User Amberly
by
4.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.