You can put this solution on YOUR website! What is the shape of the graph:
-------
x^2 = y^2 --> a degenerate hyperbola. 2 lines, slopes of -1 and +1 thru the Origin.
------
= ====>
- = 0 ====>
= 0 ====>
(x - y)*(x + y)*(x + y + 1) = 0 ====>
This equation codes 3 (three, THREE) straight lines.
1. One equation is the straight line y = x.
2. Second equation is the straight line y = -x.
3. Third equation is the straight line y = -x - 1.