\documentclass[a4paper,12pt]{article}
\begin{document}


{\bf Question}

Find the general solution of the differential equation
$\displaystyle \frac{dx}{dt} = e^{(x - t)}$

\vspace{.25in}

{\bf Answer}

\bigskip
$\displaystyle \frac{dx}{dt} = e^{(x - t)}$
\bigskip

Separable:
\begin{eqnarray*} \frac{dy}{dx} & = & e^xe^{-t} \\ \Rightarrow
e^{-t} \, dt & = & e^{-x} \, dx \\ \int e^{-t} \, dt & = & \int
e^{-x} \, dx \\ \Rightarrow -e^{-t} & = & -e^{-x} +
\mathrm{constant} \\  \Rightarrow e^{-t} & = & e^{-x} +
\mathrm{constant}
\\
\end{eqnarray*}



\end{document}
