Question 633157
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
these types of problems ALL follow the same method for solution:
Pts(x,y)
(-3,4) and 
( 2,1)     m = 3/-5     {{{m =(y[2] - y[1])/(x[2] - x[1])}}}
{{{y - y[1] = m(x - x[1])}}}
{{{y - 4 = (-3/5)x +3)}}}    |Use 1st of Points given
{{{y - 1 = (-3/5)(x -2)}}}     |Use 2nd of Points given