SOLUTION: the problem was "find the midpoint of the line segment PQ, then the question was P(0,3);Q(-10,-13). I really had problems with this one.

Algebra ->  Rectangles -> SOLUTION: the problem was "find the midpoint of the line segment PQ, then the question was P(0,3);Q(-10,-13). I really had problems with this one.      Log On


   



Question 330403: the problem was "find the midpoint of the line segment PQ, then the question was P(0,3);Q(-10,-13). I really had problems with this one.
Found 2 solutions by Alan3354, mananth:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
What sort of problems?

Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
the mid point formula between two points (x1,y1) & (x2,y2) is
%28x1%2Bx2%29%2F2+%28y1%2By2%29%2F2+
..
P(0,3);Q(-10,-13)
x,y= {0+(-10) / 2 , 3+(-13)/2}
=(-10/2,-10/2}
=-5,-5
..
The mid point is (-5,-5)