231k views
0 votes
Which formula gives the coordinates of the midpoint of the segment connecting points (u, v) and (s, t)?

2 Answers

3 votes
Hello,

Midpoint((u,v),(s,t))=((u+s)/2,(v+t)/2)
==============================

User Rajesh Surana
by
6.3k points
2 votes

Answer:

Mid point =
((u+s)/(2) ,(v+t)/(2) )

Explanation:

Given that there are two points P and Q

with coordinates (u,v) and (s,t)

We know that mid point formula for two points

(x1,y1) and (x2,y2) is


((x1+x2)/(2) ,(y1+y2)/(2))

Use this formula for the two points given

The mid point is


((u+s)/(2) ,(v+t)/(2) )

User Liangli
by
7.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.