\documentclass[a4paper,12pt]{article}
\newcommand{\ds}{\displaystyle}
\newcommand{\un}{\underline}
\parindent=0pt
\begin{document}

{\bf Question}

Evaluate the triple scalar products ${\bf{a}} \cdot {\bf{b}}
\times {\bf{c}}$ and ${\bf{b}} \times {\bf{a}} \cdot {\bf{c}}$
given that:

\begin{description}
\item[(i)]
${\bf{a}}=2{\bf{i}}-{\bf{j}}-3{\bf{k}}\ {\bf{b}}=3{\bf{k}}\
{\bf{c}}={\bf{i}}+2{\bf{j}}+2{\bf{k}}$

\item[(ii)]
${\bf{a}}={\bf{i}}+2{\bf{j}}+{\bf{k}}\
{\bf{b}}=2{\bf{i}}+{\bf{j}}+{\bf{k}}\
{\bf{c}}=4{\bf{i}}+2{\bf{j}}+2{\bf{k}}$

\end{description}

\medskip

{\bf Answer}
\begin{eqnarray*} {\bf{a}} \cdot {\bf{b}} \times {\bf{c}} & = &
(a_1{\bf{a}}+a_2{\bf{a}}+a_3{\bf{a}}) \cdot
\left|\begin{array}{ccc} {\bf{i}} & {\bf{j}} & {\bf{k}}\\ b_1 &
b_2 & b_3\\ c_1 & c_2 & c_3\end{array}\right|\\ & = &
\left|\begin{array}{ccc} a_1 & a_2 & a_3\\ b_1 & b_2 & b_3\\ c_1 &
c_2 & c_3\end{array}\right| \end{eqnarray*} (think about it!)

\begin{description}
\item[(i)]
\begin{eqnarray*} {\bf{a}} \cdot {\bf{b}} \times {\bf{c}} & = &
\left|\begin{array}{ccc} 2 & -1 & -3\\ 0 & 0 & 3\\ 1 & 2 &
2\end{array}\right|\\ & = & (2 \times 0 \times 2)-(2 \times 2
\times 3)-(0 \times -1 \times 2)\\ & & +(0 \times 2 \times -3) +
(1 \times -1 \times 3)-(1 \times 0 \times -3)\\ & = &
0-12-0+0-3+0\\ & = & \un{-15} \end{eqnarray*}

Now \begin{eqnarray*} ({\bf{b}} \times{\bf{a}}) \cdot {\bf{c}} & =
& -({\bf{a}} \times{\bf{b}}) \cdot {\bf{c}}\\ & = &  -{\bf{a}}
\cdot ({\bf{b}} \times{\bf{c}})\\ & = & \un{+15} \end{eqnarray*}

by relevance to the above determinant.

\newpage
\item[(ii)]
\begin{eqnarray*}  & & {\bf{a}} \cdot {\bf{b}} \times {\bf{c}}\\ & = &
\left|\begin{array}{ccc} 1 & 2 & 1\\ 2 & 1 & 1\\ 4 & 2 &
2\end{array}\right|\\ & = & (1 \times 1 \times 2)-(1 \times 2
\times 1)-(2 \times 2 \times 2)\\ & & +(2 \times 2 \times 1) + (4
\times 2 \times 1)-(4 \times 1 \times 1)\\ & = & 2-2-8+4+8-4\\ & =
& \un{0}
\end{eqnarray*}

Hence $({\bf{b}} \times{\bf{a}}) \cdot {\bf{c}} = -({\bf{a}}
\times{\bf{b}}) \cdot {\bf{c}}  = -0=\un{0}$

\end{description}
\end{document}
