166k views
0 votes
Find the midpoint of the segment with the following endpoints. (10, 10) and (2, 6)​

1 Answer

4 votes

Answer:

(6, 8 )

Explanation:

given endpoints (x₁, y₁ ) and (x₂, y₂ ) then the midpoint is

(
(x_(1)+x_(2) )/(2) ,
(y_(1)+y_(2) )/(2) )

here (x₁, y₁ ) = (10, 10 ) and (x₂, y₂ ) = (2, 6 ) , then

midpoint = (
(10+2)/(2) ,
(10+6)/(2) ) = (
(12)/(2) ,
(16)/(2) ) = (6, 8 )