Question 358474
<pre><font size = 3 color = "indigo"><b>
Hi,
slope is the difference in y values over the difference in the x values
{{{m =(y[2] - y[1])/(x[2] - x[1])}}}
p(2,-5) q(-4,3)

{{{m =(3 - (-5))/((-4) - 2))}}}
m = 8/-6 = -4/3