Question 389228
  <pre><font size = 3 color = "indigo"><b>
Hi
the standard slope-intercept form for an equation of a line is y = mx + b 
 where m is the slope and b the y-intercept. 
In order to 'read' the slope and y-intercept, we need to solve for y:
10x = 3y+6  OR  y = (10/3)x - 2  slope m = 10/3, y-intercept (0,-2)
(0, -2) (3/5,0) 
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, -2,0.3),
circle(.6, 0,0.3),
graph( 300, 300, -6, 6, -6, 6, (10/3)x-2))}}}