The numbers 0-9 are lined up in a row, like this:
0 1 2 3 4 5 6 7 8 9
You have to put in + and - signs in the blanks, so that in the end it will all equal 1.
Also, if possible, try to make expressions resulting in 0 and -1.
(I) There are many ways to achieve this. One of them is:
0+1-2-3-4+5-6-7+8+9=1
(II) It is NOT possible to make expressions resulting in 0. However, negative one is possible by reversing all the signs above.
(III) One of the ways is:
0-1-2-3-4-5+6+7-8+9= -1
Edited on May 20, 2023, 9:46 am