Largest number possible containing any of 9 of 10 digits

  • Thread starter Thread starter Greg Bernhardt
  • Start date Start date
AI Thread Summary
The discussion centers on finding the largest number that can be formed using any 9 of the 10 digits (including 0) that is divisible by 11. Initially, the suggestion of 9999999999 is dismissed as incorrect. A user named Njorl clarifies the task and employs a brute force method, decrementing from 999999999 and checking divisibility by 11. The largest valid number found is 999999990. Additionally, if each digit can only be used once, the largest number identified is 987652413, which is confirmed as the correct answer by another participant.
Messages
19,790
Reaction score
10,745
Can you find the largest number possible containing any of 9 of 10 digits, considering 0 also a number, that is divisible by 11 without a reminder?
 
Physics news on Phys.org
is it 9999999999?
 
Originally posted by Greg Bernhardt
Can you find the largest number possible containing any of 9 of 10 digits, considering 0 also a number, that is divisible by 11 without a reminder?

That doesn't make sense.

Njorl
 
The wording is a bit strange, but I think I got it. I did a brute force attack on this problem. Starting at 999999999 and decrementing by 1 each time, I did a modulus 11 and checked if the result was 0. Here is what I got:

999999990

or if you can only use each digit once it is

987652413
 
Last edited:
doh! I always see these when it's too late.
 
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...

Similar threads

Replies
43
Views
5K
Replies
16
Views
2K
Replies
1
Views
1K
Replies
13
Views
4K
Replies
3
Views
1K
Back
Top