Answer:
So, the formula for finding the midpoint of a segment given the coordinates of its endpoints is: ((x 1 + x2)/2, (y 1 + y 2 )/2 {Average of the x coordinates, average of the y coordinates}. For this problem we know the coordinates of the midpoint along with one of the endpoints.
Step-by-step explanation:
Use the midpoint formula
M = ( (x1 + x2) / 2 , (y1 + y2) / 2 )
(9, 0) = ( (x1 + 12) / 2 , (y1 + 3) / 2)
Break up this formula into two equations.
(x1 + 12) / 2 = 9 and (y1 + 3) / 2 = 0
Solve for x1 and y1 from the equations.