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?