Looks like you are trying to use the Cosine rule to find an angle (I'll call it A) of a triangle given the lengths of the three sides. In general, if the sides are a, b and c (with 'a' opposite angle A) then
a2 = b2 + c2 -2*b*c*cos(A) or, rearranging this to get cos(A)
cos(A) = ( b2 + c2 - a2)/(2*b*c)
Here you have a = 16, b = 11, c = 12 so
cosA=(112+122−162)(2×11×12)⇒cosA=0.0340909090909091
and
A=cos360∘−1((112+122−162)(2×11×12))⇒A=88.046356247078∘
.