I'm facing a problem. We have lengths of 3 segments. How to see if the triangle built of our 3 segments has a specific angle, for example 60°?
2026-05-05 04:43:05.1777956185
angle in triangle of pre-known measure
32 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The law of cosines says that $$c^2=a^2+b^2-2ab\cos\gamma.$$ Thus $\gamma=60^\circ$ iff $$c^2=a^2+b^2-ab$$ (or with the sides permuted for the other angles).