Question 1182357


the equation of a line with 

an {{{x}}} intercept of {{{5}}} => point({{{5}}},{{{0}}})

and 

a {{{y }}}intercept of {{{3}}}=> point({{{0}}},{{{3}}})


use points to find a slope


{{{m=(y[2]-y[1])/(x[2]-x[1])}}}


{{{m=(3-0)/(0-5)}}}


{{{m=3/(-5)}}}


{{{m=-3/5}}}


use point slope  equation of a line


{{{y-y[1]=m(x-x[1])}}}


{{{y-0=-(3/5)(x-5)}}}

{{{y=-(3/5)x-(-(3/5)5)}}}

{{{y=-(3/5)x-(-3)}}}

{{{y=-(3/5)x+3}}}



{{{ graph( 600, 600, -10, 10, -10, 10, -(3/5)x+3) }}}