This is very simple to do in Geogebra, where I simply place the three points on the coordinate system, and use the "Angle" tool to click on the three of them, and immediately I receive an angle value on the 2nd point that I clicked of the three.
For example, using the Angle tool, when you click on (5,5) then (4,7) then (0,-1) you can see that the remaining value of (4,7) is 306.87 degrees, because 53.13 degrees have been eliminated by the region formed when I connected the three points. I hope I am being clear enough.
Now the issue is, I need to do this on paper, without Geogebra, and mathematics is not what I am good at. I've looked around, and people have said that the solution is to use the Law of Cosines and they mention arccos. I don't know how to apply this properly.
If someone could provide an example, it would help me a lot. For example, what if I wanted to do this with (7, 4) (5, 3) (0, -1)? Thanks for any insight.
$A=(7,4), B=(5,3), C=(0,-1)$
\begin{align} a = BC = \sqrt{(5-0)^2+(3+1)^2} &= \sqrt{41} \\ b = AC = \sqrt{(7-0)^2+(4+1)^2} &= \sqrt{74}\\ c = AB = \sqrt{(7-5)^2+(4-3)^2} &= \sqrt{5} \end{align}
\begin{align} \cos \angle B &= \dfrac{a^2-b^2+c^2}{2ac} \\ &= \dfrac{41-74+5}{2\sqrt{205}} \\ &= -0.97780 \end{align}
$$\text{So} \quad m\angle B = 167.9^\circ$$