145k views
2 votes
Give the coordinates of the point located halfway between (2,1) and (2,4).

1 Answer

0 votes
((X1+x2)/2,(y1+y2)/2) ---> ((2+2)/2,(1+4)/2) ---> (2,2.5)
User Zenth
by
8.4k points