Question 1205532
{{{-6x+5y = 13}}}

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

set {{{x=0}}}

{{{-6*0+5 y = 13}}}

{{{5y=13}}}

{{{y=13/5}}}

one ordered pair is ({{{0}}},{{{13/5}}})

set {{{y=0}}}

{{{-6x+5*0 = 13}}}

{{{-6x=13}}}

{{{x=-13/6}}}


other ordered pair is ({{{-13/6}}},{{{0}}})


{{{ drawing( 600, 600, -10, 10, -10, 10,
circle(0,13/5,.12), circle(-13/6,0,.12),
locate(0.2,13/5,p(0,13/5)),locate(-13/6,-0.4,p(-13/6,0)),

graph( 600, 600, -10, 10, -10, 10, 6x/5+13/5)) }}}