Question 363044
Parallel lines have identical slopes.
{{{m[1]=m[2]=2}}}
Use the slope-intercept form,
{{{y=2x+b}}}
Use the point (1,-6) to solve for {{{b}}}.
{{{-6=2(1)+b}}}
{{{b=-8}}}
.
.
{{{highlight(y=2x-8)}}}
.
.
.
{{{drawing(300,300,-8,8,-8,8,grid(1),circle(1,-6,0.3),graph(300,300,-8,8,-8,8,2x-2,2x-8))}}}