79.4k views
3 votes
How do I find the endpoint of a segment when given the first endpoint (-6, 5) and the midpoint(-1.5, 1)?​

User Stdtom
by
6.1k points

1 Answer

3 votes

Answer:

(3, -3)

Explanation:

Use the midpoint formula.

x = (x₁ + x₂) / 2

-1.5 = (-6 + x) / 2

-3 = -6 + x

x = 3

y = (y₁ + y₂) / 2

1 = (5 + y) / 2

2 = 5 + y

y = -3

The other endpoint is (3, -3).

Graph: desmos.com/calculator/aze920ns2h

User Revansha
by
5.6k points