I stumbled upon an old problem on the site Gifted Mathematics. In the inscribed hexagon $ABCDEF$ of area $54$, we know that AB=CD=EF=5, BC=DE=2, AF=11. It is required to find the value of BE.
Applying Bramaguptha's formula to trapezoids ABEF and BCDE (and feeding it to Wolfram Alpha...), it is possible to find the answer, but the formulas are very ugly. Is there a smarter way to do it?

Ptolemy's theorem helps.
Let $|\overline{BE}|=x$.
Applying the theorem to the quadrilateral $CDEB$, we get $$|\overline{CD}|\cdot|\overline{BE}|+|\overline{DE}|\cdot|\overline{CB}|=|\overline{BD}|\cdot|\overline{CE}|$$ Since $|\overline{BD}|=|\overline{CE}|$, we get $$|\overline{BD}|=|\overline{CE}|=\sqrt{5x+4}$$ Since $|\overline{DF}|=|\overline{CE}|$, we get $$|\overline{DF}|=\sqrt{5x+4}\tag1$$
Applying the theorem to the quadrilateral $CDEF$, we get $$|\overline{CD}|\cdot|\overline{EF}|+|\overline{DE}|\cdot|\overline{CF}|=|\overline{CE}|\cdot|\overline{DF}|$$ so $$|\overline{CF}|=\frac{5x-21}{2}$$ Since $|\overline{AD}|=|\overline{CF}|$, we get $$|\overline{AD}|=\frac{5x-21}{2}\tag2$$ where we have to have $\frac{5x-21}{2}\gt 0,$ i.e. $$x\gt\frac{21}{5}\tag3$$
Applying the theorem to the quadrilateral $CDFA$, we get $$|\overline{CD}|\cdot|\overline{AF}|+|\overline{AC}|\cdot|\overline{DF}|=|\overline{AD}|\cdot|\overline{CF}|$$ Since $|\overline{AC}|=|\overline{DF}|$, we get $$55+|\overline{DF}|^2=|\overline{AD}|^2\tag4$$
From $(1)(2)(4)$, we have $$55+(5x+4)=\left(\frac{5x-21}{2}\right)^2$$ i.e. $$(x-1)(5x-41)=0$$ It follows from $(3)$ that $$|\overline{BE}|=x=\frac{41}{5}$$