Challenge #239: SEND + MORE = MONEY
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
16 - Nebula
08-26-2023
09:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dani_Lin
8 - Asteroid
09-26-2023
10:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
dougbaron
8 - Asteroid
10-04-2023
11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
seems complex. I think this could be done with less tools.
Turley93
8 - Asteroid
10-11-2023
01:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
11 - Bolide
01-04-2024
02:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Takes a while to run iterating through all combinations but it cracks the code and gets to the answer... full disclosure I cheated a little to speed this up by putting the letters with the lowest corresponding digits (0 and 1) in the first two positions to limit the number of iterations needed to solve this. Had I kept things in the original alphabetical order I had this would have taken 70+ million iterations to solve and 2+ hours was long enough to wait to run on my laptop as is 😀
asultanov
8 - Asteroid
02-13-2024
11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
So I did this in kind of a crazy way...
Spoiler

...generating random numbers until something works. However, that did lead me to find some additional answers to this problem, albeit ones where m = 0, effectively truncating the second and third numbers in the equation.




...generating random numbers until something works. However, that did lead me to find some additional answers to this problem, albeit ones where m = 0, effectively truncating the second and third numbers in the equation.
olga_strubbe
11 - Bolide
02-21-2024
12:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
aatalai
14 - Magnetar
04-10-2024
03:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Erin
10 - Fireball
04-14-2024
11:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Bobbyt23
12 - Quasar
08-10-2024
02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator