The following problem in elementary geometry was proposed to me. As a mathematical analyst, I confess that I can't solve it. And I have no idea of what I could do. Here it is: pick a triangle, and draw the three mediana (i.e. the segments that join a vertex with the midpoint of the opposite side). Use the three segments to construct a second triangle, and prove that the area of this triangle is $3/4$ times the area of the original triangle.
Any help is welcome.


As suggested we can define any triangle with two vectors: $\mathbf{a}=\begin{pmatrix}{a_1 \\a_2} \end{pmatrix}$ and $\mathbf{b} = \mathbf{e}_1$, such that $\mathbf{a}$ and $\mathbf{b}$ are not colinear and where $\mathbf{b}$ has been chosen for simplicity.
Then a linear map, $A$, can be constructed to send these vectors to there corresponding line segments. If we get that the determinant of $A$ is such that $\det{A}=\frac{3}{4}$ the result will be proved.
After drawing a picture of a triangle defined in such a way it is clear that we want the map $A$ such that: $$\mathbf{a} \mapsto \mathbf{b} - \frac{1}{2}\mathbf{a} , $$ $$\mathbf{b} \mapsto \mathbf{a} - \frac{1}{2}\mathbf{b} .$$
This completely determines $A$ and after solving some equations we get that: $$A=\begin{pmatrix}1-\frac{a_1}{2} & -\frac{1+a_1^2}{2a_2}\\-\frac{a_2}{2} & 1+\frac{a_1}{2} \end{pmatrix}.$$
Upon computing $\det(A)$ we get that it is $\frac{3}{4}$ proving what is required.