how do i use cosine to find a missing angle
soh- cah -toa
o means opposite side
a means adjacent side
h means hypotenuse
If you have side lengths a, b and c, where side a is opposite angle A then the cosine rule is:
cos(A) = (b^2 + c^2 - a^2)/(2*b*c)
.