Usage
When given an outcome, this app will generate a set of equations.
These equations will have a sequence of digits, in order, with either addition or multiplication.
For instance, given 77, the following equations will be returned:
1 + 2 × 3 + 4 × 5 + 6 × 7 + 8
1 + 2 + 3 + 4 + 5 + 6 + 7 × 8
1 × 2 × 3 + 4 + 5 + 6 + 7 × 8
As a name for these equations does not seem to exist, I have named them after myself.