Question 768234
"the product of two consecutive positive integers is 29 more than their sum, find the integers". 
----------
x*(x+1) = x + (x+1) + 29
{{{x^2 + x = 2x + 30}}}
{{{x^2 - x - 30 = 0}}}
(x-6)*(x+5) = 0
x = -5 (Ignore, it says positive)
x = 6
------
--> 6 & 7