Question 388525
  <pre><font size = 3 color = "indigo"><b>
Hi,         
Midpoint is ( {{{(x[1] + x[2])/2}}}, {{{(y[1] + y[2])/2}}}
 P(6, -3); Q(-3,2)
   [6 + (-3)]/2 = 3/2 and [-3 + 2]/2 = -1/2  
 Midpoint is (1.5,-.5)
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(6, -3,0.3),
circle(-3, 2,0.3),
circle(1.5, -.5,0.3),
graph( 300, 300, -6, 6, -6, 6))}}}