Find the positionIf the co-ordinates of the points A and B are (3,5) and (-7,3) respectively, find theposition vector of the mid-point M of the line segment AB. About the author Nevaeh
Answer: A(3, 5) B(-7, 3) by using mid point formula (x1+x2/2 , y1+y2/2 ) (3-7/2 , 5+3/2 ) (-4/2 , 8/2 ) (-2, 4) Reply
Answer:
A(3, 5) B(-7, 3)
by using mid point formula
(x1+x2/2 , y1+y2/2 )
(3-7/2 , 5+3/2 )
(-4/2 , 8/2 )
(-2, 4)