\documentclass[11pt]{article}
\usepackage{jeffe,handout,multicol,tikz,kgm}
\usepackage[top=0.56in]{geometry}

\newcommand{\kgmcomment}[1]{}

\newcommand{\pd}[2]{\frac{\partial #1}{\partial #2}}

\begin{document}


%\makeatletter
%\def\@oddfoot{\hfill \tikz \node[draw] {over} ; }
%\makeatother

\makeatletter
\def\@oddfoot{}
\makeatother

\newcommand{\dd}{\partial}
\newcommand{\mtrix}[2]{%
	\left[%
	\begin{array}{*{#1}{r}}
		#2
	\end{array}
	\right]%
}

%\noindent
%\hfill Name: \underline{\hspace{3.5in}} 

%\begin{flushright}
%Name: \underline{\hspace{3.5in}} \\
%\end{flushright}
%\hrule


\setlength{\columnseprule}{0.4pt}

\pagestyle{empty}

~
\vspace{2cm}

\noindent
\textbf{Directions:}  
\begin{enumerate}
	\item Write your name with one character in each box below.
	\item Show all work.  No credit for answers without work.
	\item All answers should be simplified.
\end{enumerate}

\newpage
\headers{Math156 Sec 005}{Quiz 3}{Sep 4, 2026}

~
\vspace{1.5cm}

\newcommand{\myspc}{\vspace{5.5cm}\\~}

\begin{enumerate}

\item\points{4} Sketch the region enclosed by the curves $y=\sqrt{x-1}$ and $x-y = 1$ and find its area.
\vfill
\item\points{3} Find the average value of the function $f(x)=xe^{x^2}$ in the interval $[1,4]$.
\vfill
\item\points{3} A parabolic dam is bounded by the equations $y=5-x^2$ and $y=0$, where $x$ and $y$ are in meters.  The water level is at $y=3$.  Given that $\textrm{Force}=(\textrm{Pressure})(\textrm{Area})$, $\textrm{Pressure}=\delta\cdot\textrm{Depth}$ where $\delta=9800 N/m^3$, give a definite integral for the force due to hydrostatic pressure on the dam.  \textbf{Do not solve the integral.}
\vfill
 
\end{enumerate}
\end{document}
