SOLUTION: The square of the sum of two consecutive integers is 81, find the two integers. I need to set up an equation and show work. I do not understand " The square of the sum of...

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: The square of the sum of two consecutive integers is 81, find the two integers. I need to set up an equation and show work. I do not understand " The square of the sum of...       Log On


   



Question 414745: The square of the sum of two consecutive integers is 81, find the two integers.
I need to set up an equation and show work. I do not understand " The square of the sum of...

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

Hi
Let x and (x+1) represent the two consecutive integers
Question states***
[x + (x+1)]^2 = 81
Solving for x
(2x+1)^2 = 81
4x^2 + 4x + 1 = 81
4x^2 + 4x -80 = 0
x^2 + x -20 = 0
factoring
(x+5)(x-4) = 0
(x+5)= 0 x = -5 the two consecutive integers are -5,-4
or
(x-4) = 0 x = 4 the two consecutive integers are 4,5

CHECKING our Answer***
(-9)^2 = 81
(9)^2= 81