SOLUTION: find the coodinates of the point c, halfway between the points a (5,1) and b (-2,7)
Algebra
->
Coordinate-system
-> SOLUTION: find the coodinates of the point c, halfway between the points a (5,1) and b (-2,7)
Log On
Algebra: Coordinate systems, graph plotting, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Coordinate-system
Question 42911
:
find the coodinates of the point c, halfway between the points a (5,1) and b (-2,7)
Answer by
fractalier(6550)
(
Show Source
):
You can
put this solution on YOUR website!
Midpoints are found by taking the average of the x's and the average of the y's...so we have
Midpoint = ((5-2)/2, (1+7)/2) = (3/2, 4)