SOLUTION: FIND THE MIDPOINT OF THE LINE SEGMENT FROM A(-2,9) TO B(4,5).

Algebra ->  Points-lines-and-rays -> SOLUTION: FIND THE MIDPOINT OF THE LINE SEGMENT FROM A(-2,9) TO B(4,5).      Log On


   



Question 64974: FIND THE MIDPOINT OF THE LINE SEGMENT FROM A(-2,9) TO B(4,5).
Answer by tutorcecilia(2152) About Me  (Show Source):
You can put this solution on YOUR website!
Midpoint(x,y): [(x1+x2)/2, (y1+y2)/2] [formula for finding the midpoint of a line]
.
Midpoint: [(-2+4)/2, 9+5)/2] [plug-in the values for the x's and y's]
Midpoint: [(2/2), (14/2)]
Midpoint: (1, 7)