find the other end point of the line segment with the given endpoint and midpoint: endpoint = (-3, 1)
midpoint = (1, -1)

Respuesta :

Answer:

Step-by-step explanation:

(x + 1)/2 = -3

x + 1 = -6

x = -7

(y + 1)/2 = -1

y + 1 = -1

y = -2

(-7, -2)