Question 1047766
<pre><b>
The other tutor's answer is wrong.

There are two answers.  I'll find one of them for you, and
you can find the other answer yourself.  One answer is when 
we extend it upward from A(-1,4), and the other is when we 
extend it downward from B(2,-2).

I'll extend it downward and get that answer.  Then you can extend it
upward to get the other answer:

{{{drawing(400,4000/19,-9,10,-4,6,grid(1),line(-1,4,2,-2),blue(line(-1,4,2,4),line(2,4,2,-2)),locate(-1-2.3,4+.8,"(-1,4)"),locate(2,-2+.8,"(2,-2)"))

}}}

The trick is to observe that when we go from A(-1,4) down to B(2,-2),
we go 3 units right and 6 units down, indicated by the blue lines.
So we first extend the line to twice its length, by going 3 units
right from (2,-2) and 6 units down. 

{{{drawing(400,6400/19,-9,10,-10,6,grid(1),line(-1,4,5,-8),blue(line(-1,4,2,4),line(2,4,2,-2),line(2,-2,5,-2),line(5,-2,5,-8)),locate(-1-2.3,4+.8,"(-1,4)"),locate(2,-2+.8,"(2,-2)"),locate(5,-8+.8,"(5,-8)"))

}}}

Finally, we extend the line to three times its length, by going 3 units
right from (5,-8) and 6 units down.

{{{drawing(400,8800/19,-9,10,-16,6,grid(1),line(-1,4,8,-14),blue(line(-1,4,2,4),line(2,4,2,-2),line(2,-2,5,-2),line(5,-2,5,-8),line(5,-8,8,-8),line(8,-8,8,-14)),locate(-1-2.3,4+.8,"(-1,4)"),locate(2,-2+.8,"(2,-2)"),locate(5,-8+.8,"(5,-8)"),
locate(8,-14+.8,"(8,-14)"))

}}}

So one answer is (8,-14).  You can find the other answer
by extending it upward from A(-1,4).

Edwin</pre></b>