Question 894372
The intersection with the y-axis occurs where {{{ x = 0 }}}, so
{{{ 3*0 + 4y = 24 }}}
{{{ 4y = 24 }}}
{{{ y = 6 }}}
-------------
The intersection with the x-axis occurs where {{{ y = 0 }}}, so
{{{ 3x + 4*0 = 24 }}}
{{{ 3x =24 }}}
{{{ x = 8 }}}
-------------
Heres's the plot:
{{{ graph( 400, 400, -10, 10, -10, 10, (-3/4)*x + 6 ) }}}