is there a value for x that makes the statement true, if so find x. explain(x+2)^2=x^2+2^2

let's try to solve it

(x+2)^2 = x^2+ 4
x^2 + 4x + 4 = x^2 + 4
4x = 0
x = 0 is the value which would make it true.