\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Evaluate \textbf{a.b} where
$\textbf{a}=2\textbf{i}-\textbf{j}+2\textbf{k}$ and
$\textbf{b}=\textbf{i}+\textbf{k}$.

\bigskip

ANSWER

$\textbf{a.b}=(2,-1,2).(1,0,1)=2+0+2=4$




\end{document}
