
Arturo O. answered 08/04/16
Tutor
5.0
(66)
Experienced Physics Teacher for Physics Tutoring
What do you mean by "the line seven times joining the points R(3,1) and S(-4,2)" ? There is a single straight line joining the 2 given points. If you want the coordinates of the mid point between points (x1,y1) and (x2,y2), they are
xmid = (x1 + x2) / 2
ymid = (y1 + y2) / 2
In this case,
xmid = (3 - 4) / 2 = -1/2
ymid = (1 + 2) /2 = 3/2