Given the sequence 123456789
You can insert three operations (+,-,X,/) into this sequence to make the equation = 100.
Is there a way to solve this without brute force?
Given the sequence 123456789
You can insert three operations (+,-,X,/) into this sequence to make the equation = 100.
Is there a way to solve this without brute force?
If I’m allowed to use the same operation multiple times, I would do:
123−45−67+89 = 100