Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThis is such a great idea to get the thoughts of how someone solves a problem! I am so sad I missed this! Excellent work @patrick_digan and @estherb47! Definitely a fun challenge!
This was an interesting one!
My route seems a bit different from what I am seeing on here. I've always liked the Cross Tab and Transpose tools.
After I get spoilers working properly :(
@garthn555 You can edit your response (clicking the ... icon on the top right of your response) and drag the image into the spoiler box.
You can actually just logic why the solution cannot be 36. Since the last number (smallest) is added, the product of the first two can be no smaller than 30 and no larger than 35 (last die cannot be greater than 6 or less than 1). Factoring the numbers between 30 & 35 leads to only one number that has 2 paired factors between 1 & 6: 30, with a factor pair of 5 & 6. Given the constraint that the added number must be less than or equal to the lower number the maximum result with a product of 30 is 35 (6*5+5).