Question 1205204


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

it's linear function, find two points on the line and draw a line through

easiest way is to find {{{x}}} and {{{y}}} intercepts

{{{x}}} | {{{y}}}

{{{0}}} | {{{5}}}....{{{y=-(2/3)0+5}}}=>{{{y=5}}}

{{{7.5}}} | {{{0}}}....{{{0=-(2/3)x+5}}}=>{{{x=5/(2/3)=15/2=7.5}}}


{{{ drawing( 600, 600, -10, 10, -10, 10, circle(0,5,.12), circle(7.5,0,.12),
graph( 600, 600, -10, 10, -10, 10, -(2/3)x+5)) }}}