3

So the question is: put numbers $1, 3, 5, 7, 9, 11, 13$ and $15$ into gaps in the following expression:

$$\_\_ + \_\_ + \_\_ = 30$$

The most naive approach to use summation in the group of integers will fail, since given numbers are odd, and when adding three odd integers, you get an odd integer, which $30$ is not.

I came up with the following ideas:

  1. Turn $9$ upside down and get a $6$ and for instance $6 + 11 + 13 = 30$ works.
  2. In the field of characteristic $5$ holds $5+5+5=30$.
  3. If we take base $11$ (i.e. add a symbol $A$ for $10$) then $30_{11} = 33_{10}$ and then holds $13+7+9=30$.

All these approaches are pretty straightforward, so I was wondering, if maybe someone could come up with another more sophisticated and yet reasonable solution for this puzzle?

Thanks in advance.

nakajuice
  • 2,549

1 Answers1

0

You could horizontally flip the $5$, making a $2$.

$$2+13+15=30$$

You could also vertically flip $15$, making $12$.

$$7+11+12=30$$