Alternative ways of finding palindromic numbers

  • Thread starter JT73
  • Start date
  • Tags
    Numbers
In summary, the conversation discusses alternative ways of finding palindromic numbers. The original poster asked if there are any methods besides the common reversal/add technique. Another person mentions that any palindromic number can be found by sticking a number next to its reversed self, and offers an example. They also mention that there are programs that can calculate how many steps it takes to reach a palindromic number using the reversal/add method. However, there is a number (196) that has not become palindromic after 2 million steps. The original poster asks if there are any other methods for finding palindromic numbers.
  • #1
JT73
49
0
^As the title says, I was curious if there are any alternative ways of finding palindromic numbers instead of using the reversal/add method?

Thanks
 
Mathematics news on Phys.org
  • #2
Huh, do you mean "how can they crop up in maths"? Obviously it's easy to "find" any palindromic number- they will correspond to some number x where you stick x next to its reversed self or where you sit x next to its reversed self without the first digit.

e.g. 1524 --> 15244251
or 1524 -->1524251

Any palindromic number will be of this form.
 
  • #3
I've seen the process for finding a palindromic number which is the reversal/add way. For example, 186 + 681 = 867+768= 1635. + 5361 = 6996 So 186 gets palindromic at 6996 after 3 steps.

People have created programs that do these reversal/add techniques to numbers and then show how many steps it took to get palindromic. http://mathforum.org/library/drmath/view/51508.html


However, a few numbers such at 196 even after 2 million steps has still not become palindromic. Is there any alternative ways of finding palindromic numbers by usuing a different process instead of the reversal/add?
 
  • #4
...bueller?...bueller?
 
  • #5
for your question! There are indeed alternative ways of finding palindromic numbers. One method is to use a digital root approach, where you repeatedly sum the digits of a number until you are left with a single digit. If the resulting digit is the same as the original number, then it is a palindromic number. Another method is to use a binary search approach, where you start with a large number and continually divide it in half until you find a palindromic number. Additionally, there are various mathematical formulas and algorithms that can be used to generate palindromic numbers. Ultimately, the most efficient method will depend on the specific requirements and constraints of the problem at hand.
 

1. What is a palindromic number?

A palindromic number is a number that reads the same backwards as it does forwards. For example, 121 and 454 are both palindromic numbers.

2. Why is finding palindromic numbers important?

Finding palindromic numbers is important in the field of mathematics as they hold special properties and are used in various mathematical concepts and puzzles. They also have practical applications in computer science and coding.

3. What are some alternative ways of finding palindromic numbers?

Some alternative ways of finding palindromic numbers include using algorithms and coding techniques, using mathematical formulas and properties, and exploring patterns and relationships between numbers.

4. Can palindromic numbers be found in different number systems?

Yes, palindromic numbers can be found in different number systems such as binary, octal, and hexadecimal. However, the definition of a palindromic number may vary in each number system.

5. Are there any real-life applications of palindromic numbers?

Yes, palindromic numbers have been used in coding and data compression techniques, as well as in cryptography to generate secure passwords and codes. They have also been found in natural phenomena and patterns, such as in the genetic sequence of DNA.

Similar threads

  • General Math
Replies
5
Views
2K
  • General Math
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
11
Views
898
  • Programming and Computer Science
2
Replies
55
Views
4K
  • Programming and Computer Science
Replies
2
Views
757
  • Programming and Computer Science
Replies
3
Views
2K
  • Programming and Computer Science
Replies
1
Views
872
  • Precalculus Mathematics Homework Help
Replies
1
Views
814
  • General Math
Replies
2
Views
979
Replies
4
Views
1K
Back
Top