If this can be solved in a way so that there is a unique value for $x$, $y$, and $z$, is there a name for the method that can be used to solve this problem?
$$x+y+z = 12$$
$$xyz = 60$$
For this example, the values can be $3$,$4$,$5$, but I'm wondering if there is a formula or algorithm I can use to solve this problem. Lets say for our formula or algorithm, x y z can be any unique integer so that the following can be solved:
x+y+z = some constant
xyz = some other constant