You can put this solution on YOUR website! Let the two integers be x and x+1.
Their squares are then x^2 and (x+1)^2.
Their difference is equal to 9, so we write
x^2 - (x+1)^2 = 9
Now expand
x^2 - (x^2 + 2x + 1) = 9
x^2 - x^2 - 2x - 1 = 9
-2x - 1 = 9
-2x = 10
x = -5
x+1 = -4