SOLUTION: Find two consecutive integers whose product is 56.
Algebra
->
Real-numbers
-> SOLUTION: Find two consecutive integers whose product is 56.
Log On
Algebra: Real numbers, Irrational numbers, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on real-numbers
Question 784796
:
Find two consecutive integers whose product is 56.
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
Let x = first integer, x+1 is the next consecutive integer
x*(x+1) = 56
x^2 + x = 56
x^2 + x - 56 = 0
(x+8)(x-7) = 0
x+8 = 0 or x-7 = 0
x = -8 or x = 7
So the two integers are
7 and 8
OR
-8 and -7