Question 773607
Most direct method is to use:
{{{
y-y[0] = m(x-x[0])
}}}
it becomes
{{{
y-(-5) = (5/6)(x-8)
}}}

or


{{{
y+ 5= (5/6)(x-8)
}}}