Tom K. answered 12/16/18
Knowledgeable and Friendly Math and Statistics Tutor
Note that this is an acute triangle (you don't even need to compute to see this; just note that 120-160-200 is a right triangle).
As we have three lengths and are trying to figure out an angle, this is a code that we use the cosine law.
Usually written a^2 = b^2 + c^2 - 2bc cos A, we may rewrite it as
A = arccos((b^2+c^2-a^2)/2bc); we multiply be 180/pi to convert to degrees. Note that we are looking for the angle opposite 153. Let a = 153, b = 175, and c = 201.
* 180/pi = 47.40 degrees
The other two angles are 57.35 and 75.25 degrees.