SOLUTION: find two consecutive even integers such that the sum of their squares is 340.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find two consecutive even integers such that the sum of their squares is 340.       Log On


   



Question 348813: find two consecutive even integers such that the sum of their squares is 340.
Answer by nyc_function(2741) About Me  (Show Source):
You can put this solution on YOUR website!
x = first consecutive integer

x + 2 = second consecutive integer

x^2 + (x + 2)^2 = 340

Can you finish?