15.4k views
5 votes
U(8, 9) and V(2, 5) are the endpoints of a line segment. What is the midpoint M of that line segment?

2 Answers

4 votes

Final answer:

The midpoint M of the line segment with endpoints U(8, 9) and V(2, 5) is M(5, 7).

Step-by-step explanation:

To find the midpoint M of a line segment with endpoints U(8, 9) and V(2, 5), we can use the midpoint formula.

The midpoint formula states that the coordinates of the midpoint M are the average of the x-coordinates and the average of the y-coordinates of the endpoints.

In this case, the x-coordinate of the midpoint M is (8 + 2) / 2 = 5, and the y-coordinate of the midpoint M is (9 + 5) / 2 = 7.

Therefore, the midpoint M of the line segment with endpoints U(8, 9) and V(2, 5) is M(5, 7).

User JammingThebBits
by
5.5k points
5 votes

Answer:

The midpoint M is (5,7)

Step-by-step explanation:


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

U(8,9)

V(2,5)

m = [(8+2)/2 , (9+5)/2]

= [(10/2) , (14/2)]

= (5,7)

(Correct me if i am wrong)

User JeeShen Lee
by
5.8k points