2010-09-29, 10:53 PM
I used a python script to brute force this (21^5 is really easy for a computer to accomplish) and it came up with no possible solutions.
Well, I mean, I could have checked for 21 * 20 * 19 * 18 * 17, but that would have increased the amount of coding needed. So I just did 21 ^ 5 and wiped out all the impossible answers.
Well, I mean, I could have checked for 21 * 20 * 19 * 18 * 17, but that would have increased the amount of coding needed. So I just did 21 ^ 5 and wiped out all the impossible answers.
