\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Find the angle between the vectors $\textbf{c}=\textbf
{i}+3\textbf{j}$ and
$\textbf{d}=3\textbf{i}-\textbf{j}+2\textbf{k}$.

\bigskip



ANSWER

$\textbf{c.d}=(1,3,0).(3,-1,2)=3-3+0=0$ i.e.
$\cos\theta=0,\theta=\frac{\pi}{2}$




\end{document}
