Question 448989
{{{ x + 4y = 12 }}}
{{{ 4y = -x + 12 }}}
{{{ y = (-1/4)*x + 3 }}}
This is in the form {{{ y = mx + b }}},
where {{{b}}} is the y-intercept
{{{ b = 3 }}}
Here is the graph:
{{{ graph( 400, 400, -6, 14, -4, 10, (-1/4)*x + 3) }}}