A three digit number and reversal puzzle

  • Thread starter Thread starter K Sengupta
  • Start date Start date
  • Tags Tags
    Puzzle
AI Thread Summary
A positive 3-digit decimal number exists such that when divided by 3, reversing the digits of the result and subtracting 1 yields the original number. The known solution is 741. Attempts to find the next greater number with this property have been challenging, with one user mentioning difficulties in programming due to overflow issues, suggesting that subsequent numbers may be significantly larger than 3 digits. The search for the next valid number continues, but no specific candidates have been identified yet.
K Sengupta
Messages
113
Reaction score
0
A positive 3-digit decimal (base 10) number is such that if we divide the number by 3, reverse the digits of the result, and then subtract 1, we will obtain the original number.

Determine the number. What is the next greater number (possibly with more than 3 digits) with this property?
 
Last edited:
Physics news on Phys.org
741
Divide by 3: 247
Reverse the digits: 742
Subtract 1: 741, the original number.
I don't know the next number.
 
The next one after 741 is
7425741
 
I tried to do a Visual Basic program to know all this numbers, but I kept getting overflowing.. I guess the other numbers are just really big.
 
Just ONCE, I wanted to see a post titled Status Update that was not a blatant, annoying spam post by a new member. So here it is. Today was a good day here in Northern Wisconsin. Fall colors are here, no mosquitos, no deer flies, and mild temperature, so my morning run was unusually nice. Only two meetings today, and both went well. The deer that was road killed just down the road two weeks ago is now fully decomposed, so no more smell. Somebody has a spike buck skull for their...
Thread 'RIP George F. Smoot III (1945-2025)'
https://en.wikipedia.org/wiki/George_Smoot https://physics.berkeley.edu/people/faculty/george-smoot-iii https://apc.u-paris.fr/fr/memory-george-fitzgerald-smoot-iii https://elements.lbl.gov/news/honoring-the-legacy-of-george-smoot/ https://www.nobelprize.org/prizes/physics/2006/smoot/facts/ https://www.aps.org/publications/apsnews/200611/nobel.cfm https://inspirehep.net/authors/988263 Structure in the COBE Differential Microwave Radiometer First-Year Maps (Astrophysical Journal...
Back
Top