I'm at quite a loss as to how to answer this question, and I'd really appreciate some help.
The question is as follows:
If $\vec{a}$, $\vec{b}$ and $\vec{c}$ are three vectors such that |$\vec{a}$| = 3, $\vec{b}$ = 4 and $\vec{c}$ = 5 and each one of them is perpendicular to the sum of the other two, find |$\vec{a}$ + $\vec{b}$ + $\vec{c}$|.
I'm familiar with vectors as explained in Thomas' Calculus, Twelfth Edition.
Fleshing out nben's answer above:
because $$ \vec{v}\cdot\vec{v} = |\vec{v}|^2 $$ we have: $$ |\vec{a}+\vec{b}+\vec{c}|^2 = (\vec{a}+\vec{b}+\vec{c})\cdot(\vec{a}+\vec{b}+\vec{c}) = $$ distributing $\cdot$ over $+$: $$ [\vec{a}\cdot\vec{a}+(\vec{b}+\vec{c})\cdot\vec{a}]+[\vec{b}\cdot\vec{b}+(\vec{a}+\vec{c})\cdot\vec{b}]+[\vec{c}\cdot\vec{c}+(\vec{a}+\vec{b})\cdot\vec{c}] = $$ by the perpendicularity property given in the problem (see nben's equations above) $$ [\vec{a}\cdot\vec{a}+0]+[\vec{b}\cdot\vec{b}+0]+[\vec{c}\cdot\vec{c}+0] =\\ |\vec{a}|^2+|\vec{b}|^2+|\vec{c}|^2 =\\ 9+16+25=\\ 50 $$ thus $$ |\vec{a}+\vec{b}+\vec{c}| = \sqrt{50} $$