You can put this solution on YOUR website! One integer is five less then another. If the product of the numbers is 60, find the integers.
----
Integer:: x
Other:: x-5
------
Equation:
x(x-5) = 60
x^2 - 5x - 60 = 0
-----
x = [5 +- sqrt(25-4*-60)]/2
------
x = [5 +- sqrt(265)]/2
------
Note:: x is not an integer under the posted conditions.
Cheers,
Stan H.