Question 626659
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Write the equation of the line which passes through (–4, 2) and is parallel to y = –x + 6 ( m = -1)
New Line: Parallel..same slope
 y = -x + b
 2 = -(-4) + b
 -2 = b
 y = -x -2
{{{drawing(300,300,   -6, 6, -6, 8,   grid(1),
circle(-4, 2,0.3),

graph( 300, 300, -6, 6, -6, 8,0,-x+6,-x - 2))}}}