ADVERTISEMENT
A and B are not used in the equation,
ANSWER = 32
Solution Four
1 + 4 = 5
2 + 5 = 7 (base 5) = 12
3 + 6 = 9 (base 4) = 21
5 + 8 = 13 (base 3) = 111
ALGORITHM: for {X=6, C = (A + B)^(10 -> X), X -1} (First answer in base 6, then base 5, then 4, etc…)
ANSWER = 111
Solution cinq
1 + 4 = 5
2 + 5 = 7 (base 5) = 12
3 + 6 = 9 (base 4) = 21
4 + 7 = 11 (base 3) = 102
5 + 8 = 13 (base 2) (aka binary) = 1101
ALGORITHM: for {X=6, C = (A + B)^(10 -> X), X -1} (First answer in base 6, then base 5, then 4, etc… including «missing» numbers ANSWER = 1101
What answer did you get? Was it one of the answers above? Let us know in the comments on Facebook!
ADVERTISEMENT