Jon S. answered 01/11/22
Patient and Knowledgeable Math and English Tutor
To find coordinates of point (x,y) a fraction a/b between two points (x1,y1) and (x2,y2)
x = (x2 - x1) * a/b + x1
y = (y2 - y1) * a/b + y1
Here (x1,y1) = (-2,-11), (x2,y2) = (13,4) and a/b = 2/5
substituting:
x = (13 - -2) * 2/5 + -2 = 15 * 2/5 + -2 = 6 + -2 = 4
y = (4 - -11) * 2/5 + -11 = 15 * 2/5 + -11 = 6 + -11 = -5
(x,y) = 4,-5 (B)