I am given a triangle $T$ with vertices $A, B,$ and $C$ and the the following info about $T:$
- $\overline{AC} = 6$ Km
- $\overline{BC} = 9$ Km
- The angle formed by these two segments is $120^{\circ}$
I have to find $\overline{AB}.$ Now, I know one straight way to do this is using the Law of Cosines. My question is, is there any other way to solve this problem without the Law of Cosines?

Extend $\overline{AC}$ past $C$ and drop perpendicular $\overline{BD}$ where $D$ lies on the extension.
You can determine the length of $\overline{CD}$ and $\overline{BD}$ as $\left||\overline{BC}|\cos 120^{\circ}\right|$ and $\left||\overline{BC}|\sin 120^{\circ}\right|$, respectively.
Then, $|\overline{AB}|$ as $\sqrt{(|\overline{AC}| + |\overline{CD}|)^2 + |\overline{BD}|^2}$.