Question 180197
{{{2x-3y=12}}}
To find the y-intercept, set x=0 and solve for y.
{{{2x-3y=12}}}
{{{2(0)-3y=12}}}
{{{-3y=12}}}
{{{y=-4}}}
The y-intercept is (0,-4).
.
.
.
To find the x-intercept, set y=0 and solve for x.
{{{2x-3y=12}}}
{{{2x-3(0)=12}}}
{{{2x=12}}}
{{{x=6}}}
The x-intercept is (6,0).
.
.
.
Graph these two points.
.
.
.
{{{drawing( 300, 300, -10, 10, -10, 10,grid( 1 ),circle( 6, 0, .4 ),
circle(0,-4,.4))}}}

.
.
.
Then draw the line through these two points.
.
.
.
{{{drawing( 300, 300, -10, 10, -10, 10,grid( 1 ),circle( 6, 0, .4 ),
circle(0,-4,.4),graph( 300, 300, -10, 10, -10, 10, (2x-12)/3)) }}}