find 3 consecutive integers such that the sum of the squares of the first and second is 2 more than the third

if the numbers are x,x+1,x+2 then we want

x^2 + (x+1)^2 = (x+2)+2

what do you get?