Let us start with these two equations of two lines:
$$ x + y = 4 $$ $$ x - y = 2 $$
They intersect at $ (x, y) = (3, 1) $.
Let us now translate (move) both lines so that they intersect at $ (0, 0) $. We need to move both lines by $ -3 $ along $ x $-axis and by $-1$ along $y$-axis. So the equations of the lines become.
$$ (x + 3) + (y + 1) = 4 $$ $$ (x + 3) - (y + 1) = 2 $$
This is equivalent to
$$ x + y = 0 $$ $$ x - y = 0 $$
Why do the RHS become 0 for both equations? This happens no matter which two intersecting lines we begin with. What is the geometrical interpretation of this?