Getting the maximum and the minimum with now

  • Thread starter Thread starter K Sengupta
  • Start date Start date
  • Tags Tags
    Maximum Minimum
AI Thread Summary
The cryptarithmetic equation involves finding the three-digit integer "NOW" such that when squared, it equals the expression (xxxxxxNOW)/1983. The discussion highlights that the solution was obtained through brute force methods. The key focus is on determining the minimum and maximum values of "NOW." The calculations reveal specific bounds for "NOW," emphasizing the importance of exploring all possible digit combinations to satisfy the equation while adhering to the constraints of decimal digits and no leading zeros. The brute force approach proves effective in identifying these limits.
K Sengupta
Messages
113
Reaction score
0
In the following cryptarithmetic equation, each of the x’s represent a decimal digit, whether same or different, and “NOW” represents a three digit positive integer with no leading zero. Each of N, O and W represent a decimal digit, whether same or different.

(N O W) * (N O W)
= (x x x x x x N O W)/1983

What are the respective minimum value and the maximum value of “NOW”?
 
Last edited:
Physics news on Phys.org
There are three values of NOW that satisfy the equation:
272: 272 * 272 == 146710272 / 1983
375: 375 * 375 == 278859375 / 1983
647: 647 * 647 == 830101647 / 1983
272 is the minimum and 647 is the maximum.
This was found by brute force.
 
Also found by Brute Force:
There are three solutions:
n=2 o=7 w=2 => now*now*1983=146710272
n=3 o=7 w=5 => now*now*1983=278859375
n=6 o=4 w=7 => now*now*1983=830101647

Thus, the minimum value for now is 272 and the maximum is 647.
 
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 'In the early days of electricity, they didn't have wall plugs'
Hello scientists, engineers, etc. I have not had any questions for you recently, so have not participated here. I was scanning some material and ran across these 2 ads. I had posted them at another forum, and I thought you may be interested in them as well. History is fascinating stuff! Some houses may have had plugs, but many homes just screwed the appliance into the light socket overhead. Does anyone know when electric wall plugs were in widespread use? 1906 ad DDTJRAC Even big...
Back
Top