Question 477348
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
find the slope and y intercept of the line and use the slope and y intercept to sketch a graph of the line.
   10x + 4y = 12
OR  y = (-10/4)x + 12/4
    y = (-5/2)x + 3   m = -5/2 and y-intercept is (0,3)
Note: as y decreases by 5, x increases by 2.  Ex. (2,-2) on this Line
{{{drawing(300,300,   -6, 6, -6, 6, grid(1),
circle(0,3,0.3),
circle(2,-2,0.3),
graph( 300, 300, -6, 6, -6, 6,0, (-5/2)x + 3 ))}}}