Triangle $\triangle ABC$ is an equilateral triangle whose side is $16$. A circle meets the sides of the triangle at $6$ points:
- it intersects $AC$ at $G$ and $F$ and $|AG|=2$, $|GF|=13$, $|FC|=1$.
- it intersects $AB$ at $H$ and $J$ and $|AH|=3$, $|HJ|=7$, $|JB|=6$.
- it intersects $BC$ at $D$ and $E$.
Find $|DE|$ using plane geometry concepts.
The "Power of a Point" (with respect to a circle) Theorem ---in particular, its incarnation as the Secant-Secant Power Theorem--- comes in handy here. Relative to the six-point circle of this problem, the theorem states that $$\begin{align} |AH|\cdot|AJ| &= |AG|\cdot|AF| &(=\text{power of }A) \\ |BD|\cdot|BE| &= |BJ|\cdot|BH| &(=\text{power of }B) \\ |CF|\cdot|CG| &= |CE|\cdot|CD| &(=\text{power of }C) \end{align}$$
Substituting in known values ... $$\begin{align} 3\cdot(3+7) &= 2\cdot(2+13) &= 30\\ |BD|\cdot|BE| &= 6\cdot(6+7)&= 78\\ 1\cdot(1+13) &= |CE|\cdot|CD| &= 14 \end{align}$$ (The first equation isn't relevant to the problem at hand, but it's a nice check.)
Therefore, assuming the point ordering $B, D, E, C$, we have $$\begin{align} 78 &= |BD|\cdot\left(|BC|-|CE|\right) = |BD|\cdot\left(16-|CE|\right) \\ 14 &= |CE|\cdot\left(|BC|-|BD|\right) = |CE|\cdot\left(16-|BD|\right) \end{align}$$ Subtracting the second equation from the first gives $$64 = 16 \left( |BD|- |CE| \right) \qquad \implies \qquad |CE| = |BD| - 4$$ Thus, $$\begin{align} 78 = |BD|\cdot \left( 20 - |BD| \right) \qquad &\implies \qquad |BD| = 10 \pm \sqrt{22} \\ &\implies \qquad |CE| = \phantom{1}6 \pm \sqrt{22} \end{align}$$ so that $$\begin{align} |BD|+|DE|+|EC|=|BC| = 16 \qquad &\implies \qquad |DE| = 16 - \left( 16 \pm 2\sqrt{22} \right) \\ &\implies \qquad |DE| = 2\sqrt{22} \end{align}$$ (since we presumably want a non-negative $|DE|$).
I like that this solution begins with one of my favorite geometric theorems, but the ensuing algebra seems un-inspiringly mechanical. I suspect that there's a solution maintaining a more-geometric spirit throughout.