Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAGood puzzle. It must take forever in physical form...you're carefully working your way through the combinations...and then your little brother comes along and spins the little wheels! Doh!
Dan
For me the really tricky part was defining what combinations were tied to each other (i.e. if axis 1 is using a value on a certain wheel, then the axis to its right would necessarily be using the value to the right on that same wheel, etc.) and then keeping track of that ... finally got that to work. :0)
Take a look (if you are having trouble on how to start - this may help because I always use lots of notes and descriptive labels)
:-)
fun - solved without a macro - I can't imagine doing this actual puzzle as I found there were 650 combinations that added up to 100!
Kudos to @patrick_digan, @brianaburke002, and @DultonM for authoring this awesome challenge!
This one really stretched my brain, and it was a lot of fun to solve!
My solution:
Had to have this done before next week, if I need to keep up with the pace.
I am not proud of this, I kind of had to brute force my solution, but after a while , I did get the result.
When I afterwards look at how others had solve it, I saw some that basically did the same, but it a much smarter way 😍 ⭐⭐⭐⭐
Until next week, have a nice weekend
/Thomas
I used iterative macro method to solve this puzzle. Received 194 different combination of output.
I really wanted to solve this mathematically but when staring at the pattern didn't work, I had to go macro. Edit: Basically like @jdunkerley79 did. That was the elegance I was originally going for. Nice work!!
@danilang - I'm back :) :)