write the formula to find the midpoint of two co-ordinate point
Answers
Answered by
0
Answer:
If by two coordinates you mean two points in the plane, what you do add up the two x-coordinates and divide by 2; then add the two y-coordinates and divide by 2.
For example, the midpoint of the line segment connecting (8,5) and (4,1) would be:
( (8+4)/2, (5+1)/2 ) = (12/2, 6/2) = (6,3).
Similar questions