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