Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #239: SEND + MORE = MONEY

BS_THE_ANALYST
15 - Aurora
15 - Aurora

Really enjoyed this one. I took a brute force approach here. Even then, took a while to think about the structure. 

Spoiler
Screenshot 2024-08-18 115640.png

All the best,
BS

LinkedIN

Bulien
BSilverblatt
8 - Asteroid

Thanks for the challenge! Here's my solution:

lwolfie
11 - Bolide

Tried a few different routes to be fancy, but ended with this approach.

Carolyn
12 - Quasar
12 - Quasar

Solved. That was challenging and fun!

 

Spoiler
I started by getting all the possible sets of 3 non-repeating digits. 

From there, I looked at figuring out all the combos to get D + E = Y and N + R = E. What made this challenging was if there was a (I could not remember the actual word for it) carryforward value of 1 into the next column. For ex 1 + 9 = 10, the 0 would be in the reference column but the 1 would be a carryforward, so for N + R = E, I also needed to factor in N + R + 1 = E

Mod was involved. And then it was just a matter of repeating the logic and excluding invalid combos

2025-02-11 10_19_32-Alteryx Designer x64 - challenge_239_Carolyn.yxmd.png
tammybrown_tds
9 - Comet

Math, numbers and puzzles are three of my favorite things!

 

Spoiler
Screenshot 2025-05-23 143657.png