Question 863330
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi
Midpoint Pt(x,y):  ( {{{(x[1] + x[2])/2}}}, {{{(y[1] + y[2])/2  )}}})
(2, -3) 
(-2, -1) Mpt = (0, -2)
(0, -2)
(-2,-1)  Mpt = (-1,{{{highlight_green(-1.5) }}})   3/4 Distance from E to F
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), circle(2, -3,0.2),
circle(-2, -1,0.2),
circle(0, -2,0.2),
green(circle(-1, -1.5,0.2)),
graph( 300, 300, -6, 6, -6, 6) )}}}