How do you find the midpoint of (2,6) (-1,1)?
1 Answer
Jun 8, 2018
Explanation:
given endpoints (x1,y1) and (x2,y2) then
the midpoint of the points is
∙x[12(x1+x2),12(y1+y2)]
here (x1,y1)=(2,6) and (x2,y2)=(−1,1)
midpoint =[12(2−1),12(6+1)]
××××=(12,72)