Question 1204636
<font color=black size=3>
{{{Ax + By = C}}} solves to {{{y = expr(-A/B)x + C/B}}}, where {{{B <>0 }}}


In this case A = 8, B = 12, and C = -96 
{{{y = expr(-A/B)x + C/B}}}


{{{y = expr(-8/12)x  + (-96)/12}}}


{{{y = expr(-2/3)x - 8}}}
It's now in slope intercept form y = mx+b
m = -2/3 = slope
b = -8 = y intercept
</font>