Question 159938
{{{6x+3y=18}}}
When x=0, 
{{{3y=18}}}
{{{y=6}}}
(0,6) is the y-intercept.
When y=0,
{{{6x=18}}}
{{{x=3}}}
(3,0) is the x-intercept.


Plot the intercepts (0,2).
{{{drawing( 300, 300, -5, 5, -10, 10,grid( 1 ),circle(0,6,.2),circle( 3, 0, .2 ))}}}
.
.
.
Connect the points with your line.
{{{drawing( 300, 300, -5, 5, -10, 10,grid( 1 ),green(line(-12,30,12,-18)),circle(0,6,.2),circle( 3, 0, .2 ))}}}