Question 1056208
X+ 2Y = -2
Y = (-1/2)X - 1 Green Line
m = -1/2
|New perpendicular Line:  m = 2 (negative reciprocal)
thru P(-1,-1)
y + 1 = 2(x+ 1)
y = 2x + 1  Blue Line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(-1, -1,0.3),

graph( 300, 300, -6, 6, -6, 6,0,-.5x - 1,2x + 1 ) ) }}}