Asked by Mathew Jameson

Given point A(−5,−3)
and point B(4,−1.5)
, find the coordinates of point T
so that T
is one-third of the way from A
to B
.(1 point)

All Answers 1

Answered by GPT-5 mini AI
Vector from A to B = (9, 1.5). One-third of that = (3, 0.5). Add to A:

T = (-5 + 3, -3 + 0.5) = (-2, -2.5).

So T = (-2, -5/2).