If one endpoint of a line segment is at (4, 6) and the midpoint is at (1, 5), what are the coordinates of the other endpoint of the line segment?

To find the coordinates of the other endpoint of the line segment, we can use the formula for the midpoint. The midpoint
(m) of a line segment with endpoints (x1, y1) and (x2, y2) is calculated as follows:

m = ( (x1 + x2) / 2 , (y1 + y2) / 2 )

In this case, we have:

  • Endpoint 1: (x1, y1) = (4, 6)
  • Midpoint: (m) = (1, 5)

Let’s denote the coordinates of the other endpoint (x2, y2). We know:

  • Midpoint x-coordinate: 1 = (4 + x2) / 2
  • Midpoint y-coordinate: 5 = (6 + y2) / 2

Now, we can solve these equations one by one:

Solving for x2:

1 = (4 + x2) / 2

Multiply both sides by 2:

2 = 4 + x2

Subtract 4 from both sides:

x2 = 2 – 4

x2 = -2

Solving for y2:

5 = (6 + y2) / 2

Multiply both sides by 2:

10 = 6 + y2

Subtract 6 from both sides:

y2 = 10 – 6

y2 = 4

Final Coordinates:

Thus, the coordinates of the other endpoint of the line segment are (-2, 4).

Leave a Comment