Hello I am getting stuck on this question:

What I have done to attempt to solve this problem is use u⋅v=|u||v|cosθ to solve for cosθ, but instead of standard dot product I was using the one specified in the question to calculate (u,v), (u,u) and (u,v) however I keep getting E while the answer is A. Any help is appreciated!
By definition, $$ \cos(\theta) =\frac{\langle u, v\rangle}{\lVert u\rVert\lVert w\rVert} $$ Taking $u=\langle-1,1\rangle$ and $v=\langle 2,1\rangle$, one easily computes \begin{align*} \langle u,v\rangle &= -9 & \lVert u\rVert &=\sqrt{\langle u, u\rangle} =\sqrt{9}=3 & \lVert v\rVert &=\sqrt{\langle v, v\rangle} =\sqrt{36}=6 \end{align*} Hence $$ \cos(\theta)=-\frac{9}{18}=-\frac{1}{2} $$