Question 1197714
<font color=black size=3>
Let
A = (4,5)
B = (-7,-6)
C = (10,-3)
be the three given points we have.


Furthermore we'll have
P = midpoint of AB
Q = midpoint of AC
R = midpoint of BC


This is what the diagram looks like, which was generated using GeoGebra.
<img width="45%" src = "https://i.imgur.com/rC6CMbM.png">


To determine the locations of P,Q,R, we apply the midpoint formula.
This is where we add the x coordinates together and divide in half, and do the same for the y coordinates.



-----------------------------
An example:


The x coordinates of A and B are 4 and -7 respectively.
They add to 4+(-7) = -3 which cuts in half to -3/2 = -1.5 
This is the x coordinate of the midpoint.


The y coordinates of A and B are 5 and -6 respectively.
They add to 5+(-6) = -1 and cut in half to -1/2 = -0.5
This is the y coordinate of the midpoint.


Point P is then located at (-1.5, -0.5) whiich is the midpoint of segment AB.


Follow similar steps for points Q and R.
-----------------------------


You should arrive at these midpoint locations
P = (-1.5, -0.5)
Q = (7,1)
R = (1.5, -4.5)
as shown in the diagram above.


Let's pick on two of the midpoints, say P and Q.
The claim is that midsegment PQ is half as long as side BC.


Let's use the distance formula on B(-7,-6) and C = (10,-3)
(x1,y1) = (-7,-6) and (x2,y2) = (10,-3)


{{{d = sqrt( (x1-x2)^2 + (y1-y2)^2 )}}}


{{{d = sqrt( (-7-10)^2 + (-6-(-3))^2 )}}}


{{{d = sqrt( 298 )}}}
Segment BC is exactly {{{sqrt(298)}}} units long.


Use the distance formula to find that segment PQ is exactly {{{sqrt(74.5)}}} units long. 


Then notice how
{{{(BC)/(PQ) = (sqrt(298))/(sqrt(74.5))}}}


{{{(BC)/(PQ) = sqrt(298/74.5)}}}


{{{(BC)/(PQ) = sqrt(4)}}}


{{{(BC)/(PQ) = 2}}}


{{{BC = 2*PQ}}}
Showing that side BC is twice as long as midsegment PQ
I.e. PQ is half as long as BC.


This idea will be applied to show the other midsegments (PR and RQ) are half as long as the side not involved with any midpoints attached to them. 
I'll let the student handle these cases. Let me know if you have any questions.


For more information, search out "triangle midsegment proof". 
</font>