So I get that the norm of a vector is the square root of each of its components squared. I can do that just fine, but I think my book may be confusing me with a wrong answer and there is only one example so I don't know if I am doing it the right way.
Let $u=(-1,3,4)$, $v=(2,1,-1)$, $W=(-2,-1,3)$. Find the norm/length of $3u-v+2w$. The textbook says the answer is $\sqrt{478}$. I just have no idea where this is from.
My Solution: $3u=(-3,9,12)$, $-v=(-2,-1,1)$, $2w=(4,2,-2)$ So, $3u-v+2w =(-1,10,11)$. I should just take the norm of this right? That gives me $\sqrt{222}$.