Question 1205533
{{{2x=3y+8}}}

find {{{x}}} and{{{ y}}}-intercepts

set {{{x=0}}}

{{{2*0=3y+8}}}

{{{0=3y+8}}}
{{{3y=-8}}}
{{{y=-8/3}}}

one ordered pair is ({{{0}}},{{{-8/3}}})

set {{{y=0}}}

{{{2x=3*0+8}}}

{{{2x=8}}}

{{{x=8/2}}}

{{{x=4}}}

other ordered pair is ({{{4}}},{{{0}}})


{{{ drawing( 600, 600, -10, 10, -10, 10,
circle(0,-8/3,.12), circle(4,0,.12),
locate(0.2,-8/3,p(0,-8/3)),locate(4,0.4,p(4,0)),

graph( 600, 600, -10, 10, -10, 10, (2x)/3 - 8/3)) }}}