A friend and I came up with this puzzle and I'm looking for a proof.
Given an equilateral triangle of area 1, color parts of the triangle red, blue, and green such that
- Each color makes exactly one connected region strictly inside the triangle
- There is no line parallel to one of the sides that contains points of multiple colors
Let $X$ be the minimum area of the red, blue, and green regions. Find the maximum value of $X$ over all possible colorings.
I suspect the maximum occurs in the following arrangement of teardrop-shaped figures, which each have an area of $\frac{4}{45}$ (new bound found by Daniel Mathias). This is an awfully strange number for what seems like a nice problem, so I'm not sure if it's correct.
If you consider the triangle formed by the three points closest to the center and call $x$ the side length, $\frac{4}{45}$ can be reached when $x=\frac{4}{5\cdot 3^{3/4}}$. If $s$ is the side length of the original triangle, each region has area $x\left(\frac{s}{3}-\frac{5x\sqrt{3}}{12}\right)$. Maximizing this gives $\frac{4}{45}$.
Does anybody have an idea of a proof (or a counterexample) that this indeed gives the maximum? If it is valid, is there any intuition behind the value $\frac{4}{45}$ that makes it so special?
Also, we can look at the discrete case of this puzzle on a triangular grid with $n$ vertices on each side where we color vertices three colors. Asymptotically, this should have the same behavior as the original problem. I couldn't see a very nice pattern with small values—does anybody have a solution to this modified problem?
We tried to look for problems similar to this one; it seems like it should be well known! However, we couldn't find anything. If anybody could help us, that would be greatly appreciated.




Visualizations of the solutions mentioned in the comments to the question.
All solutions, including the one in the OP, ignore the region boundaries.