asked 89.5k views
0 votes
Which formula gives the coordinates of the midpoint of the segment connecting points (a, b) and (c, d)?

2 Answers

1 vote


( (x1 + x2)/(2) ) \: \: ( (y1 + y2)/(2) )
You don't multiply both of them, it's a coordinate function. There's suppose to be a comma in between
answered
User Murugan
by
7.6k points
6 votes

Answer:

( 1/2(c + a), 1/2(d + b) )

answered
User JohnnyCash
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.