Question 820289
  <pre><font face = "Tohoma" 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.
Graph the equation:  6x-4y=24   0r  6x = 4y +24   0r {{{(6/4)x - 6 = y}}}
{{{y= green(3/2)x-6}}},  m = {{{green(3/2)}}}, y-intercept is (-6)
Plot Pt(0,-6)  <u>Note: as y increases 3, x increases by 2</u> , P(2,-3) on the Line as well
Plot Points and connect with Line {{{y= green(5/2)x-4}}}
 {{{drawing(300,300,   -8, 6, -6, 6, grid(1), 
circle(0, -6,0.3),
circle(2, -3,0.3),
graph( 300, 300, -8, 6, -6, 6,0, 1.5x-6 ))}}}