I have a task to find vertices if midpoints are given: $M1(2;1)$, $M2(5;3)$, $M3(3;-4)$. I know one way to solve it through making a system of equations with three variables.
My teacher says there is faster way by using the midline of a triangle, and I can`t find this way of solving it on the Internet. How can I do it?
A parallelogram forms between the midpoints and each vertex; the lengths of opposite sides are equal, so equate the x and y values of the vertices from there:
You can see that the "rises" and "runs" are the same, so in this example we're finding B visually, the difference between $x_{E}$ and $x_{D}$ is $3$, so we go to F: $3-3=0$ which gives $x_{B}$. You do the same for the y value: $3-1=2$, go to F; $-4-2=-6$. $$B(0,-6)$$