Question 202037
<font face="Tahoma" size=1.5>
</pre><font size=4><b>
Given Line Eqn: {{{y+3x-2=0}}}


To find X-Intercept, let Fy=0:
{{{y+3x-2=0}}}
{{{0+3x-2=0}}} ---> {{{3x=2}}} ---> {{{cross(3)x/cross(3)=2/3}}}
{{{red(x=2/3)}}}


To find Y-Intercept, let Fx=0:
{{{y+3x-2=0}}}
{{{y+3(0)-2=0}}}
{{{red(y=2)}}}


{{{drawing(300,300,-5,5,-5,5,grid(1),graph(300,300,-5,5,-5,5),blue(circle(2/3,0,.10)),blue(circle(0,2,.10)))}}} ----->{{{drawing(300,300,-5,5,-5,5,grid(1),graph(300,300,-5,5,-5,5,-3x+2),blue(circle(2/3,0,.10)),blue(circle(0,2,.10)))}}}


Thank you,
Jojo</font>