SOLUTION: find three consecutive natural numbers whose sum is equal to the product of the first two numbers?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive natural numbers whose sum is equal to the product of the first two numbers?      Log On


   



Question 902197: find three consecutive natural numbers whose sum is equal to the product of the first two numbers?
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi
x + x+1 + x+2 = x(x+1)
x^2 -2x - 3 = 0 Using Positive Solution for a Natural Number
(x-3)(x+1)= 0, x = 3
the three consecutive natural numbers are: 3, 4, 5
And Checking...
12 = 3(4)