\documentclass[12pt,fleqn]{article}
\pagestyle{empty}
\setlength{\topmargin}{-1in}
\setlength{\oddsidemargin}{-.3in}
\setlength{\textheight}{9in}
\setlength{\textwidth}{7.2in}


\begin{document}

\begin{center}
{\Large Final

Math 1090}
\end{center}
\vspace{.1in}

Name \hrulefill

\vspace{.2in}

\begin{enumerate}

\item 
\begin{enumerate}
\item If $f(x)=x^2-x$, find, and simplify, $\frac{f(x+h)-f(x)}{h}$.
\item  Get a decimal approximation of $\log_2 10$
\item Write the equation of the line through $(6, -4)$ that is parallel to
$4x - 5y = 6$
\end{enumerate}

\item  You invest \$25000 at 10\% per year annual interest, for 20 years.
\begin{enumerate}
\item  What is the future value if this is simple interest?
\item  What is the future value if you compound quarterly?
\item  What is the future value if you compound continuously?
\end{enumerate}

\item  Suppose that you just had a child.
The day that this child is born, you decide to set up a college fund.
At the end of each month you put \$200 in a savings account that 
gets 6\% annual interest, compounded every month.
How much is the college fund worth when the kid is 18 and ready to go to college?

\item Given matrices:
\[ 
A=\left[ \begin{array}{lcr}
                        2 & 3 & 0  \\
                        1 & 2 & 5  
                     \end{array} \right]
\hspace{1in}
B=\left[ \begin{array}{lr}
                        0 & 2  \\
                        1 & 4 
                    \end{array} \right]
\]
\[ C=\left[ \begin{array}{lr}
                        -1 & 2 \\
                         2 & 3 
                    \end{array} \right]
\hspace{1in} 
D=\left[ \begin{array}{ccc}
1 & 2 & 0 \\
0 & 0 & 1 \\
0 & 1 & 0
\end{array} \right]
\]

Perform the indicated operations if possible. If an operation is not 
possible, explain why.
\begin{enumerate}
\item $BA$
\item $AB$
\item $B+C$
\item $4B$
\item $D^{-1}$
\end{enumerate}

\item Solve the system of equations
\[ 
\begin{array}{ccccccc}
x & + & y & + & z  & = & 3  \\
3x & - & 2y & + & 4z & = & 5  \\
x & + & 2y & + & z & = & 4
\end{array}  
\]

\item  The demand function for a product is given by
$p=100-4q-q^2$
and the supply is given by
$p=q^2+8q+20$.
Find the equilibrium quantity and price.

\item A hat maker has a little business that has fixed costs \$550 and 
additional costs of \$7 per unit.  
Each hat is sold for \$15 each.
Find
\begin{enumerate}
\item The profit function;
\item the marginal profit;
\item the break-even point.
\end{enumerate}

\item A small firm makes two types of watches.  The fancy watch takes 2 
hours and \$60 to make, and the calculator watch takes 3 hours and 
\$30 to make.  Suppose the firm has 120 hours and \$2,400 for the 
production of the watches.  
You want to find the maximum number of watches that can
be made each day.
\begin{enumerate}
\item Write down the inequalities that describe the above constraints.
\item Write down the correct equation maximize.

Make sure you tell what your variables represent.
DO NOT SOLVE the problem, just set it up.
\end{enumerate}

\item Given the following objective function $C=5x+4y$ subject to the 
constraints:
\begin{eqnarray*}
3x+2y & \leq  & 6 \\ 
2y-x  & \geq & 2 \\
x & \geq & 0
\end{eqnarray*}
\begin{enumerate}
\item Graph and shade the feasible region described by the constraints.
\item Solve for and label the corner points of part a).
\item Find the minimum value of the objective function $C$.
\end{enumerate}

\item Let $x$ be the amount (in hundreds of dollars) a company spends on 
advertising.  Assuming that the revenue $R$, and cost $C,$ are given by 
\[
R=100+41x-.5x^2
\hspace{1in}
C=225+5x+.25x^2
\]
what amount of 
advertising money will give the maximum profit?

\item A certain lake was stocked with 500 fish and the fish population 
$p(t)$ grew according to the logistics function 
\[p(t)=\frac{10,000}{1+19e^{-\frac{t}{5}}},\] where $t$ is the time in 
months since the lake was originally stocked.
\begin{enumerate}
\item Find the population after 30 months.
\item How long before the population was 7,000?
\end{enumerate}

\item The amount of aspirin in bloodstream of an initial amount of 
$500$ $mg$ after $t$ hours is given by 
\[ A(T)=500(0.944)^t.\]
How long does it take for the amount of aspirin dropped down to $200$
$mg$ in the bloodstream?

\item Solve the following equations.
\begin{enumerate}
\item $2\log_3 x =2$
\item $t+2=\ln(e^{2t})$
\end{enumerate}





\end{enumerate}

\end{document}







