Question 235894
solve x=-2y? I will then need to graph it.
---------------
Divide both sides by -2 to get:
y = -(1/2)x
-----------------
Plot 2 points and draw a line thru them:
If x = 0, y = 0
If x = 2, y = -(1/2)*2 = -1
------------
Plot the points (0,0) and (2,-1)
------------
{{{graph(400,300,-10,10,-10,10,-(1/2)x)}}}
=============================================
Cheers,
Stan H.