40.2k views
4 votes
How do you get the midpoint of a line segment?
using shortcuts

User TheYaXxE
by
7.2k points

1 Answer

7 votes
Use the 2 end points and use this:


((x_1+x_2)/(2) , (y_1+y_2)/(2) )

Add both x coordinates and divide by 2, add both y coordinates and divide by 2.
User Audry
by
7.7k points