Let $ABC$ be a triangle of area $a$. The segment $\overline{AB}$ is divided in $n$ equidistant points and segment $\overline{AC}$ is divided in $m$ equidistant points. Find the area $b$ of triangle $DEF$ in function of area $a$ (triangle $ABC$), where $D$ is one of the equidistant points in segment $\overline{AB}$ and $E$, $F$ are two of the equidistant points in segment $\overline{AC}$.
The image below shows one example where, $n=3$, $m=4$, $D=2$, $E=1$ and $F=2$. The red triangle represents the area to be found in functions of larger triangle.


This uses a Chinese theorem whose name in English is roughly the Bird's Head Theorem which tells us that the area of $\triangle AXY$ inside $\triangle ABC$ where $X$ is on $AB$ and $Y$ is on $AC$ is $[ABC]\cdot\frac{AX}{AB}\cdot\frac{AY}{AC}$. The proof for this is very simple and it should make intuitive sense if you consider ratios of sides. It can be seen as a generalization of the fact that when $X$ and $Y$ are midpoints, $XY$ is the midline and $[AXY]=\frac14[ABC]$.
This makes the problem very easy and gives $[ABC]\cdot\frac{D}{n+1}\cdot\frac{F}{m+1}-[ABC]\cdot\frac{D}{n+1}\cdot\frac{E}{m+1}=\boxed{[ABC]\cdot\frac{D}{n+1}\cdot\frac{F-E}{m+1}}$