61.7k views
1 vote
Find the midpoint between the two points:
(2,3), (4,1)

User Rossi
by
4.9k points

1 Answer

3 votes

Answer:

(3, 2 )

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₁ ) = (2, 3 ) and (x₂, y₂ ) = (4, 1 ) , then

midpoint = (
(2+4)/(2) ,
(3+1)/(2) ) = (
(6)/(2) ,
(4)/(2) ) = (3, 2 )

User Mohammad Farhadi
by
6.1k points