Question 391336
  <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.  
  4y + 3x = -4     |solving for y to put into slope-intercept form
      y = -(3/4)x - 1
  y-intercept is (0,-1) slope of the line m = -(3/4) line slants to left m < 0
Note: slope tells us as y value changes by 3, x value changes by 4 in the opposite direction
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, -1,0.3),
circle(-4, 2,0.3),

graph( 300, 300, -6, 6, -6, 6,-.75x-1))}}}