Question 66633
Graph 3x + 2y = 6

This is the intercept method.
Let x=0 and solve for y:
{{{3(0)+2y=6}}}
{{{0+2y=6}}}
{{{2y=6}}}
{{{2y/2=6/2}}}
{{{y=3}}}  Plot (0,3) This is the y-intercept at 3 on the y-axis.
Now let y=0 and solve for x:
{{{3x+2(0)=6}}}
{{{3x+0=6}}}
{{{3x=6}}}
{{{3x/3=6/3}}}
{{{x=2}}}  Plot (2,0) This is the x-intercept at 2 on the x-axis.
Connect the two points and you should have a line that looks like:
{{{graph(300,200,-10,10,-10,10,(-3x+6)/2)}}}
Happy Calculating!!!