Question:
- There is a set of numbers defined as {A, B, C, D, E}
- The sum of the set is 49 (A+B+C+D+E = 49)
The product of the set is 13000 (ABCDE = 13000)
- Can you determine the values of A, B, C, D, and E?
- Is there more than one possible solution? (Assuming switching values does not count as another solution i.e. switching A and E is not another solution)
The answer is {1, 5, 10, 13, 20} though I am looking for a process to solve it. If you can only prove that it is true or untrue please answer. (This will be done by a computer so complexity is not an issue)
To clarify, this is a personal project, not homework help.
Thanks in advance!

