Question 618686
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
How to write -7y=8x-3 in slope-intercept form ?
SOLVE for y:
 -7y=8x-3 
   y = (8/-7)x + (-3/-7)
   y = (-8/7)x + 3/7     m = (-8/7)slants to the left and y-intercept is 3/7
{{{drawing(300,300,   -6, 6, -6, 6,   grid(1),
circle(0, 3/7,0.2),

graph( 300, 300, -6, 6, -6, 6,0,(-8/7)x + 3/7  ))}}}