Question 1055090
parallel to the line passing through 
(2,5) and 
(-2,1) m = 4 / 4 = 1
New parallel Line passes thru(1,7)
y - 7 = 1(x-1)
y = x + 6  0r x - y = -6 in Standard Form
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(2,5,0.3),
circle(-2,1, 0.3),

graph( 300, 300, -6, 6, -6, 6,0,x+ 3, x + 6) ) }}}