Question 862665
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi
Graph the line with slope -2/3 passing through the point (1,5)
***Using point-slope form, {{{y - y[1] = m(x - x[1])}}} P(1,5)
 y - 5 = (-2/3)(x - 1)
 y - 5 = (-2/3)x + 2/3
   y = (-2/3)x  + 2/3 + 15/3
   y = (-2/3)x  + 17/3  P(1,5) and P(2, 13/3) on Line.  Plot and connect
{{{drawing(300,300,   -10,10,-10,10, 
 grid(1),
circle(1, 5,0.4),
circle(2, 13/3,0.4),
graph( 300, 300, -10,10,-10,10,0,(-2/3)x  + 17/3  ))}}}