Is it possible to find the operations (+, -, etc.) of an equation given a sum and values?

38 Views Asked by At

1 + 2 + 3 = 6 is a pretty straight-forward equation, but let's say you have something like this:

1 ? 2 ? 3 = 6

Where you have all the individual data points and the target, can you find "calculate" what operations to use?