Consider a triangle $ABC$ and a point $T$. Given that $∠ATB=∠ATC=∠BTC=120°$ and $AC=3$, $BC=4$, $∠ACB=90°$, find $(9BT + 7CT)/AT$.
From the question we can imply that the point $T$ is the Fermat-Torricelli point of the triangle. The question wants us to basically find the distance from the vertex to this fermat's point .I have tried applying law of cosines but unable to solve further.

For convenience, let
$a=AT$
$b=BT$
$c=CT$
In $\triangle ACT, \triangle BCT, \triangle ABT$ the cosine rule gives
$a^2+c^2+ac=9$
$b^2+c^2+bc=16$
$a^2+b^2+ab=25$
Since $9+16=25$ we have
$(a^2+c^2+ac)+(b^2+c^2+bc)=(a^2+b^2+ab)$
$2c^2+ac+bc-ab=0$
Multiply both sides by $(a-b)$.
$(2c^2+ac+bc-ab)(a-b)=0$
Rearrange.
$(b^2+c^2+bc)(a-c)-(a^2+c^2+ac)(b-c)=0$
$16(a-c)-9(b-c)=0$
$\dfrac{9b+7c}{a}=16$
$\dfrac{9BT+7CT}{AT}=16$