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 (there is one unique solution).
- 1, 6, 11
- 13, 20, 33
- 20, 33, 40
For example, given:
15, 19, 24 11, 30, 36 20, 22, 36
you could make:
24÷(19-15)=6 (30+36)÷11=6 20+22-36=6