Question 681180
A triangle has 3 measurements from A,B,C. Length AB=18, BC=13 and CA=16. What's the angle in between the measurements 16 and 18.

-------------
Law of Cosines:
a^2 = b^2 + c^2 - 2bc*cos(A)
------
cos(A) = [b^2 + c^2 -a^2]/(2bc)
----
Notice the b and c are the sides that make angle A
-----
Your Problem:
cos(A) = [16*2+18^2-13^2]/(2*16*18) = 0.7135
---
A = cos^-1(0.7135) = 39.08 degrees
===================
Cheers,
Stan H.
=====================