\documentclass[a4paper,12pt]{article}
\usepackage{epsfig}
\begin{document}
\parindent=0pt

\begin{center}
\textbf{Partial Differentiation}

\textit{\textbf{Functions of more than one variable}}
\end{center}

\textbf{Question}

Specify the domain of the function.

$$f(x,y,z) = \frac{e^{xyz}}{\sqrt{xyz}}$$


\textbf{Answer}

The domain consists of all points $(x,y,z)$ where $xyz>0$. i.e all
points in the four octants:
\begin{eqnarray*}
x & > & 0, \ y>0, \ z>0\\
x & > & 0, \ y<0, \ z<0\\
x & < & 0, \ y>0, \ z<0\\
x & < & 0, \ y<0, \ z>0\\
\end{eqnarray*}


\end{document}













