Question 1198626
<font color=black size=3>
{{{y - y[1] = m(x - x[1])}}} Point-slope template


{{{y - (-3) = expr(3/4)(x - (-6))}}}


{{{y + 3 = expr(3/4)(x + 6)}}}


To graph this, plot the point (-6,-3)
Then move 3 units up and 4 units to the right to arrive at (-2,0).
A straight line goes through the two points.


This motion of "3 up, 4 right" is directly from the slope of 3/4
slope = rise/run = 3/4
rise = 3 = go up 3 units
run = 4 = go to the right 4 units


Graph:
{{{drawing(500,500,-9,4,-9,4,
graph(500,500,-9,4,-9,4,-100,-100,(3/4)x+18/4-3),
circle(-6,-3,0.07),
circle(-6,-3,0.1),
circle(-6,-3,0.12),
circle(-2,0,0.07),
circle(-2,0,0.1),
circle(-2,0,0.12),
locate(-6,-3.2,"(-6,-3)"),
locate(-2.7,0.8,"(-2,0)")
)}}}
</font>