SOLUTION: Find two consecutive integers such that the sum of their squares is 5. How do I solve this problem?

Algebra ->  Equations -> SOLUTION: Find two consecutive integers such that the sum of their squares is 5. How do I solve this problem?      Log On


   



Question 98194: Find two consecutive integers such that the sum of their squares is 5. How do I solve this problem?
Answer by checkley71(8403) About Me  (Show Source):
You can put this solution on YOUR website!
let x & (x+1) be the 2 consecutive numbers.
x^2+(x+1)^2=5
x^2+x^2+2x+1=5
2x^2+2x+1-5=0
2x^2+2x-4=0
2(x^2+x-2)=0
2(x+2)(x-1)=0
x+2=0
x=-2 answer.
x-1=0
x=1 answer.
proof
-2^2+(-1)^2=5
4+1=5
5=5
1^2+2^2=5
1+4=5
5=5