Question 850773
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
IF You meant Line thru (3,2) Parallel to Green{{{y = highlight(1)x + 5}}}, m = 1
***Using point-slope form, {{{y - y[1] = m(x - x[1])}}}
 y - 2 = 1(x-3) 
 y - 2 = x-3 
  y = x - 1  (Blue Line)
{{{drawing(300,300,   -6, 6, -6, 6, grid(1),
circle(3, 2,0.2),
circle(0, 5,0.2),
circle(0, -1,0.2),
graph( 300, 300, -6, 6, -6, 6,0, x+5, x-1) )}}}