Question 416983
{{{ Ax+By=C }}}
Subtract {{{Ax}}} from both sides
{{{By = -Ax + C}}}
{{{ y = -(A/B)*x + C/B }}}
The form is now {{{y = mx + b}}} and
{{{-(A/B) = m}}}
{{{C/B = b}}}
-------------
example:
{{{7x + 23y = 11}}}
{{{-A/B = -7/23}}}
{{{C/B = 11/23}}}
so,
{{{y = -(7/23)*x + 11/23}}}
hope this helps