Question 392162
  <pre><font size = 3 color = "indigo"><b>
Hi
Using the standard slope-intercept form for an equation of a line y = mx + b
  where m is the slope and b the y-intercept. 
 Graphing following equation using the slope and the y-intercept
y=5/3x+3    |slope m = (5/3) and the y intercept is Pt(0,3)
Note: as y increases/decreases by 5, x increases/decreases by 3
Pt(-3, - 2) on the Line for example
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, 3,0.3),
circle(-3, -2,0.3),
graph( 300, 300, -6, 6, -6, 6,(5/3)x + 3))}}}