asked 207k views
1 vote
Calculate the midpoint of a line segment with the endpoints (3,5) and (7,-3)

asked
User Frakon
by
8.0k points

1 Answer

2 votes
midpoint = (x1 + x2) / 2 , (y1 + y2) / 2
(3,5)...x1 = 3 and y1 = 5
(7,-3)...x2 = 7 and y2 = -3
time to sub
m = (3 + 7)/2 , (5 - 3) / 2
m = 10/2 , 2/2
m = (5,1) <===
answered
User Lev Selector
by
7.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.