Question 371266
  <pre><font size = 3 color = "indigo"><b>
Hi,
*Note: The standard point-slope form for an equation of a line y = mx + b 
where m is the slope and b the y-intercept.  
Solving for y to put into the slope-intercept format to determine the slope
7x=6y+24
7x - 24 = 6y
(7/6)x - 4 = y
m = (7/6)  Note: when y increases by 7, then x increases by 6
{{{drawing(300,300, -10, 10, -10, 10, grid(1),
circle(0, -4,0.3),
circle(6, 3,0.3),

graph( 300, 300,-10, 10, -10, 10,(7/6)x-4)) }}}