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
Geometry: Points, lines, angles, perimeter
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Points-lines-and-rays
Question 64974
:
FIND THE MIDPOINT OF THE LINE SEGMENT FROM A(-2,9) TO B(4,5).
Answer by
tutorcecilia(2152)
(
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)