Given the distances from an interior point to the vertices of an equilateral triangle, find the area of that triangle.
I have already tried equating $\sqrt{3}\times a^2/4$ and sum of the area of three triangles interior to equilateral triangle formed by given lines. But that approach is making a hard equation to solve.
Any solution using Computer programming language may also help.
The following relation holds: $$3(p^4+q^4+t^4+a^4)=(p^2+q^2+t^2+a^2)^2$$ where $p,q,t$ are the distances from the vertices and $a$ is the length of the side of the triangle