Question 179725
To get the x intercept, set y=0, solve for x.
-3x+5y=15
-3x+5(0)=15
-3x=15
x=-5
(-5,0) is the x-intercept.
.
.
.
To get the y intercept, set x=0, solve for y.
-3x+5y=15
-3(0)+5y=15
5y=15
y=3
(0,3) is the y-intercept.
.
.
.
Now graph the two points.
.
.
.
{{{drawing( 300, 300, -6, 6, -6, 6,grid( 1 ),circle( 0, 3, .25 ),circle( -5, 0, .25 ))}}}
.
.
.
Then draw the line going through both of those points.
.
.
.
{{{drawing( 300, 300, -6, 6, -6, 6,grid( 1 ),circle( 0, 3, .25 ),circle( -5, 0, .25 ),
  graph( 300, 300, -6, 6, -6, 6, (3x+15)/5) )}}}