Given $\angle ABC =120^{\circ}$, and the distance $AB=700\,\text{km}$:
A car is driving from point $A$ to point $B$ at the speed of $80\,\mathrm{km}\cdot\mathrm{h}^{-1}$.
A second car is driving (started same time when the first car) from point $B$ to point $C$ at the speed of $100\,\mathrm{km}\cdot\mathrm{h}^{-1}$.
For how long since the two cars started driving, their distance will be minimal?
Remark: no trigonometry is allowed.
I tried to build right triangles but it didn't work for me.
Thanks.

For $\angle ABC=90^o$: $$\min_{0 \leq t \leq \frac{70}{8}}{(700-80t)^2+(100t)^2}$$ this can be rewritten as $$700^2+\min_{0 \leq t \leq \frac{70}{8}}{(80^2+100^2)t^2-2\cdot80\cdot700t}$$ As a quadratic with roots $t=0$ and $t=\frac{2\cdot80\cdot700}{80^2+100^2}$ it is minimized at the midpoint of the roots, that is in $$t^*=\frac{80\cdot700}{80^2+100^2}=3.41$$