Below are three groups of three numbers each. Combine the numbers in each group using the standard binary operations (addition, subtraction, multiplication, division, and exponentiation) so that each group yields the same number.
- 3, 15, 18
- 10, 13, 36
- 24, 27, 39
For an example, see the first problem.
You erroneously entered 3,5,18 in your DATA line
in place of 3, 15, 18 -
therefore the executed program tried to solve another
puzzle...
Give it another trial + add EXPONENT as an option
Ady