Question 56784
I am using the intercept method: 
2x+3y=6
Let x=0 and solve for y, this is the y-intecept:
2(0)+3y=6
0+3y=6
3y=6
3y/3=6/3
y=2
Plot the y-intercept: (0,2)
Let y=0 and solve for x, this is the x-intercept:
2x+3(0)=6
2x+0=6
2x=6
2x/2=6/2
x=3
Plot the x-intercept: (3,0)
Connect the dots and you should have a line that looks like:
{{{graph(300,200,-10,10,-10,10,(-2x+6)/3)}}}
Happy Calculating!!!