We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
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 #73: Plinko Probabilities

mshishido
8 - Asteroid

Fun one

Erin
11 - Bolide

Tried to dive into this without diving into what's-his-name triangles, and heavily inspired by @patrick_digan's posted solution.

 

Results Matrix:

Spoiler
73 matrix.png

Workflow:

Spoiler
73_wf.png

Iterative Macro: 

Spoiler
73_macro.png
DaisukeTsuchiya
14 - Magnetar
14 - Magnetar
Spoiler
スクリーンショット 2024-09-08 172610.png
Bobbyt23
13 - Pulsar

That was a really really difficult challenge. I ended up using @jamielaird solution as an example to copy as a learning exercise. Really great logic in that.

martinson
11 - Bolide

Ended up finding a really simple solution

Cheers,
martinson

LinkedIN

Bulien
ntakeda
12 - Quasar

I choose 1 

Spoiler
2025-03-27_16h37_52.png
Tofel
9 - Comet

I made an assumption that the board is the same as on the picture. Turn out to be rather easy task or I am just being silly.

 

Spoiler
Challenge 73.jpg

Carolyn
12 - Quasar
12 - Quasar

Solved!

 

Spoiler
Instead of using numbers, I assigned letters. You can start in B, D, F, H, and J and then go to any of A, C, E, etc (the yellow squares). It was a little easier to keep track of versus dealing with numbers. 

2025-07-19 11_17_01-Untitled spreadsheet - Google Sheets.png

From there, I made a macro which showed all the different paths that the token/piece could take

2025-07-19 11_13_31-Alteryx Designer x64 - PlinkoMacro.yxmc.png

Macro output: 
2025-07-19 11_13_15-.png

 

From there, I totaled everything and found which start value which get you to which end value and it looks like the odds are best to end in the 2nd spot (D) if you put it in the 2nd spot (D) to start. 

2025-07-19 11_12_26-Alteryx Designer x64 - Challenge_73_Carolyn.yxmd.png
JBevan89
8 - Asteroid

Interesting challenge

lwolfie
11 - Bolide

Once you understand Iterative Macros, it's not that hard.