Question 358624
{{{y+(1/2)x=3}}}
To find the x-intercept, set {{{y=0}}} and solve for {{{x}}}.
{{{y+(1/2)x=3}}}
{{{0+(1/2)x=3}}}
{{{(1/2)x=3}}}
{{{x=6}}}
({{{6}}},{{{0}}})
.
.
.
To find the y-intercept, set {{{x=0}}} and solve for {{{y}}}.
{{{y+(1/2)x=3}}}
{{{y+0=3}}}
{{{y=3}}}
({{{0}}},{{{3}}})
.
.
.
Plot the points and connect them with a line that goes through both points.
.
.
.
{{{drawing(300,300,-8,8,-8,8,grid(1),circle(6,0,0.33),circle(0,3,0.33),graph(300,300,-8,8,-8,8,-(1/2)x+3,-(1/2)x+3))}}}