Answer:
(5 , 10.67)
Explanation:
Given that a point M divides segment AB into a ratio of 2:1
A = (-1,2)
B = (8,15)
Formula to use:
x(M) = x1 + a / (a+b) (x2 - x1)
y(M) = y1 + a / (a+b) (y2 - y1)
where,
x1 = -1
x2 = 8
y1 = 2
y2 = 15
a : b = 2 : 1
a = 2
b = 1
Put values in the formula
x(M) = -1 + ( 2 / (2 + 1)) (8 + 1)
= 5
y(M) = 2 + 2 / (2 + 1) (15 - 2)
= 10.67