The origin is a corner of a square and two of its sides are y + 2x = 0 and y + 2x = 3. Find the equation of the other two sides.
I tried by finding one of the points in one line
(1,1) for equation y + 2x = 3 and found the distance between origin
d = √1 + 1
= √2
y + 2x = 0
y = -2x
As it is square the distance will be same
√2 = √x^2 + y^2
5x^2 = 2
x = √2/5
y = 2√2/5
What after this?
Since one of the sides going through the origin is $y+2x=0$, the other must be perpendicular with that line, from that we know its slope. Also we know that this line goes through the origin, so we can use the point slop form of the line:
$$y-y_1=a(x-x_1); a=\frac{-1}{-2}=1/2; y_1=0, x_1=0$$ $$y=\frac{1}{2}x$$
The last line will include a point that's a 90 degrees rotation of the point (6/5,3/5), which is the intersection of $y=\frac{1}{2}x$ and $y+2x=3$. So it will include the point (-3/5,6/5). Since this line must be parallel with $y=\frac{1}{2}x$, it must have the same slope. Using point slope again: $$y-y_1=a(x-x_1); a=1/2; y_1=6/5, x_1=3/5$$ $$y-\frac{6}{5}=\frac{1}{2}(x+\frac{3}{5})$$ $$y=\frac{1}{2}x+\frac{3}{2}$$