128k views
5 votes
Find the midpoint between the pair of points using the Midpoint

Formula. *
(7,-2) and (-4, 2)

User Diegosasw
by
4.8k points

1 Answer

4 votes

Given parameters:

Coordinates = (7,-2) and (-4, 2)

The formula for the coordinate of the mid point is;


x_(m), y_(m) = (
(x_(1) + x_(2) )/(2) , (y_(1) + y_(2) )/(2) )

where;


x_(m), y_(m) are the coordinates of the mid points

x₁ = 7 y₁ = -2

x₂ = -4 y₂ = 2

Input the parameters and solve;


x_(m), y_(m) = (7 + (-4))/(2) , (-2 + 2)/(2)


x_(m), y_(m) =
(3)/(2) , 0

So the mid point is at
(3)/(2) , 0

User Ammar Oker
by
4.7k points