A man has $3$ children such that their ages add up to some number $x$, and whose ages multiply to some number $y$, such that $xy = 756$. What are the ages of the $3$ children?
Letting the ages be $a$, $b$, and $c$ of the three children, what we know is the following.
$$a+b+c = x$$ $$abc = y$$ $$xy = 756.$$
How can I go about solving this? I tried just plugging in some numbers and can get semi close such as ages $3,3,7$ which gives an $xy$ value of $819$.
Also I tried working backwards from $756$ to divide thru by factors and I got $378,189,63,21,7$, which is why I thought one of the ages might be $7$.