You can put this solution on YOUR website! find two numbers whose sum is 55 and whose product is 684
-----------------------
Call the numbers x and y.
x+y = 55
xy = 684
-----------
From the 1st eqn, y = 55-x
Sub that into the 2nd eqn
x*(55-x) = 684
55x - x^2 = 684
x^2 - 55x + 684 = 0