So the question goes like this:
Given a triangle ABC, there is a point M within that triangle such that [AMB]=[AMC]=[BMC]. Prove that M is the centroid of the triangle. ([AMC] denotes the area of triangle AMC)
I can easily prove the converse, that if M is the centroid, then the areas are equal, but I don't know how to prove this. Can anyone help me? I have tried placing the triangle in a coordinate system, among other things, but could not get anywhere.
If the comment was not helpful enough: suppose we know that the centroid divides the triangle into 3 triangles of equal area.
Given $M$ and $M_c$, the point in question and the centroid respectively, we have that: $$[AMC]+[AMB]+[BMC]={\text Area}(\Delta ABC)=[AM_cC]+[AM_cB]+[BM_cC]$$ Now, letting the heights of the triangles corresponding to $M$ be $$h_{AC}, h_{AB},h_{BC}$$ and the heights of the triangles corresponding to $M_c$ be $$H_{AC}, H_{AB},H_{BC}$$ we have the following: $$\frac{1}{2}\left(\overline{AC}\cdot h_{AC}+\overline{AB}\cdot h_{AB}+\overline{BC}\cdot h_{BC} \right)=\frac{1}{2}\left(\overline{AC}\cdot H_{AC}+\overline{AB}\cdot H_{AB}+\overline{BC}\cdot H_{BC} \right)$$ From here, can you deduce that the points $M_c$ and $M$ are equal?