Michael J. answered 04/10/15
Tutor
5
(5)
Applying SImple Math to Everyday Life Activities
Point T and Point V are the endpoints of the line TV. We already know the point of one end and the midpoint. We can use the midpoint formula to find the point at the other end of the line Point V.
M = ((x1 + x2) / 2 , (y1 + y2) / 2)
M = (-5, 3)
x1 = -2
y1 = -1
(-5, 3) = ((-2 + x2) / 2 , (-1 + y2) / 2)
Use this formula to set up two equations. One to find the x-coordinate and the other to find the y-coordinate.
-5 = (-2 + x2) / 2 and 3 = (-1 + y2) / 2
-10 = -2 + x2 and 6 = -1 + y2
-8 = x2 and 7 = y2
The coordinate of point V is (-8, 7).