Question 1203432
A line {{{k}}} passes through the points ​({{{-5}}}​,{{{-8}}}​) and ​({{{1}}},{{{34}}}​).

*[invoke find_equation_of_line -5, -8, 1, 34]



line h passes through the points ​({{{-3}}}​,{{{-27​}}}) and ​({{{3​}}},{{{15}}}​)

*[invoke find_equation_of_line -3, -27, 3, 15]


so, a line {{{k}}} is {{{y=7x + 27 }}}and a line {{{h }}}is {{{y=7x -6}}}

as you can see, both lines have {{{same}}}{{{ slope}}}, therefore lines  are {{{parallel}}}


{{{ graph( 600, 600, -10, 10, -10, 30, 7x + 27, 7x -6) }}}