%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% Scientific Word Wrap/Unwrap Version 2.5 %
% Scientific Word Wrap/Unwrap Version 3.0 %
% %
% If you are separating the files in this message by hand, you will %
% need to identify the file type and place it in the appropriate %
% directory. The possible types are: Document, DocAssoc, Other, %
% Macro, Style, Graphic, PastedPict, and PlotPict. Extract files %
% tagged as Document, DocAssoc, or Other into your TeX source file %
% directory. Macro files go into your TeX macros directory. Style %
% files are used by Scientific Word and do not need to be extracted. %
% Graphic, PastedPict, and PlotPict files should be placed in a %
% graphics directory. %
% %
% Graphic files need to be converted from the text format (this is %
% done for e-mail compatability) to the original 8-bit binary format. %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% Files included: %
% %
% "/document/lec_2_16_00.tex", Document, 14823, 2/15/2000, 13:42:08, ""%
% "/document/graphics/maroon7.wmf", ImportPict, 4444, 12/27/1999, 20:53:10, ""%
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%% Start /document/lec_2_16_00.tex %%%%%%%%%%%%%%%%%%%
%\newtheorem{theorem}{Theorem}
%\newtheorem{axiom}[theorem]{Axiom}
%\newtheorem{conjecture}[theorem]{Conjecture}
%\newtheorem{corollary}[theorem]{Corollary}
%\newtheorem{definition}[theorem]{Definition}
%\newtheorem{example}[theorem]{Example}
%\newtheorem{exercise}[theorem]{Exercise}
%\newtheorem{lemma}[theorem]{Lemma}
%\newtheorem{proposition}[theorem]{Proposition}
%\newtheorem{remark}[theorem]{Remark}
\documentclass{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx}
\usepackage{amsmath}
%TCIDATA{OutputFilter=LATEX.DLL}
%TCIDATA{Created=Sunday, May 16, 1999 12:00:37}
%TCIDATA{LastRevised=Tuesday, February 15, 2000 08:42:07}
%TCIDATA{}
%TCIDATA{}
%TCIDATA{CSTFile=webmath.cst}
%TCIDATA{PageSetup=72,72,72,72,0}
%TCIDATA{AllPages=
%F=36,\PARA{038
\hfill \thepage}
%}
\newtheorem{acknowledgement}[theorem]{Acknowledgement}
\newtheorem{algorithm}[theorem]{Algorithm}
\newtheorem{case}[theorem]{Case}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{conclusion}[theorem]{Conclusion}
\newtheorem{condition}[theorem]{Condition}
\newtheorem{criterion}[theorem]{Criterion}
\newtheorem{notation}[theorem]{Notation}
\newtheorem{problem}[theorem]{Problem}
\newtheorem{solution}[theorem]{Solution}
\newtheorem{summary}[theorem]{Summary}
\newenvironment{proof}[1][Proof]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
\input{tcilatex}
\begin{document}
\section{\protect\vspace{1pt}Ma 116 Lecture 2/16/00}
\subsection{The Comparison Test\protect\vspace{1pt}}
\emph{Comparison Test:} \ Suppose that $\sum a_{n}$ and $\sum b_{n}$ are
series with \emph{positive} terms and $a_{n}\leq b_{n}$.
\vspace{1pt}
\qquad (a) \ If $\sum b_{n}$\ is convergent; then $\sum a_{n}$ is also
convergent.
\qquad (b) \ If $\sum a_{n}$ is divergent; then $\sum b_{n}$ is also
divergent.
\paragraph{\protect\vspace{1pt}}
\begin{example}
Determine whether
\begin{equation*}
\dsum\limits_{n=1}^{\infty }\dfrac{3}{n(n+3)}
\end{equation*}
converges. \
\end{example}
\emph{Solution: }Now $n^{2}+3n>n^{2}$ so
\begin{equation*}
\dfrac{3}{n^{2}+3n}<\dfrac{3}{n^{2}}.
\end{equation*}
\vspace{1pt}
But $\sum \dfrac{3}{n^{2}}$ converges, since it is a \emph{p-series} with $%
p=2>1$. \ Hence, the given series converges by comparison.
\vspace{1pt}
\begin{example}
Determine whether
\begin{equation*}
\dsum_{n=3}^{\infty }\dfrac{1}{n^{\frac{1}{2}}-2}
\end{equation*}
converges.
\end{example}
Since $n^{\frac{1}{2}}-2\dfrac{1}{n^{\frac{1}{2}}}.$ However, $\dsum \dfrac{1}{n^{%
\frac{1}{2}}}$ diverges (why?
\CustomNote{AnswerNote}{%
It is a \emph{p-series }with $p=\frac{1}{2}<1.$}). Hence the original series
diverges.
\vspace{1pt}
\begin{example}
Show that
\begin{equation*}
\dsum_{n=1}^{\infty }\dfrac{1}{n\left( n+1\right) \left( n+2\right) }
\end{equation*}
converges.
\end{example}
\begin{equation*}
\dfrac{1}{n\left( n+1\right) \left( n+2\right) }<\dfrac{1}{n^{3}}
\end{equation*}
$\sum \frac{1}{n^{3}}$ is a $p-$series with $p=3,$ and hence converges. This
implies by the Comparison Test that the original series converges.
\vspace{1pt}
\begin{example}
Test the series%
\begin{equation*}
\sum_{n=0}^{\infty }\dfrac{1}{n!}
\end{equation*}
\end{example}
\vspace{1pt}
for convergence.
\begin{eqnarray*}
n! &=&n\left( n-1\right) \left( n-2\right) \cdots 3\cdot 2\cdot 1 \\
&\geq &2\cdot 2\cdot 2\cdots 2\cdot 2\cdot 1 \\
&=&2^{n-1}
\end{eqnarray*}
Thus
\begin{equation*}
\dfrac{1}{n!}\leq \dfrac{1}{2^{n-1}}\text{ \ \ \ \ for \ }n\geq 1
\end{equation*}
Hence
\begin{equation*}
\sum_{n=0}^{\infty }\dfrac{1}{n!}\leq 1+\sum_{n=1}^{\infty }\dfrac{1}{2^{n-1}%
}=1+\sum_{n=0}^{\infty }\dfrac{1}{2^{n}}
\end{equation*}
But this last series is a convergent geometric series. Since the original
series and this series are positive, the original series converges by the
Comparison Test.
\vspace{1pt}
For more on the Comparison Test hold down the Ctrl key and click on
\hyperref{Comparison Test}{}{}{%
http://archives.math.utk.edu/visual.calculus/6/series.8/index.html}
\FRAME{dtbpF}{4.2653in}{0.0701in}{0pt}{}{}{maroon.wmf}{\special{language
"Scientific Word";type "GRAPHIC";display "PICT";valid_file "F";width
4.2653in;height 0.0701in;depth 0pt;original-width 290.5625pt;original-height
1pt;cropleft "0";croptop "0.2561";cropright "1";cropbottom "0.7439";filename
'graphics/maroon7.wmf';file-properties "XNPEU";}}
\subsection{The Alternating Series Test}
\begin{definition}
A series $\dsum\limits_{n=n_{o}}^{\infty }a_{n}$ is \emph{alternating} if $%
a_{n}=\left( -1\right) ^{n}b_{n}$ (or $a_{n}=\left( -1\right) ^{n+1}b_{n}$)
where $b_{n}$ is positive for all $n$. \ Notice that $b_{n}=\left|
a_{n}\right| ,$ so $b_{n}$ is positive..
\end{definition}
\vspace{1pt}
\emph{The Alternating Series Test:} \ Given the series $\sum\limits_{n=1}^{%
\infty }(-1)^{n-1}b_{n}$, if
\begin{equation*}
(i)b_{n+1}\leq b_{n}\text{ \ for all \ }n
\end{equation*}%
\emph{and}
\begin{equation*}
(ii)\lim\limits_{n\rightarrow \infty }b_{n}=0;
\end{equation*}
then the series is convergent.
\paragraph{\protect\vspace{1pt}}
The alternating harmonic series
\begin{equation*}
\sum\limits_{n=1}^{\infty }\dfrac{(-1)^{n-1}}{n}
\end{equation*}
has $b_{n}=\dfrac{1}{n}$ and therefore satisfies (i) $b_{n+1}\dfrac{n+1}{2n+1}=b_{n+1}
\end{equation*}
for $n\geq 1.$ But
\vspace{1pt}
\begin{equation*}
\lim_{n\rightarrow \infty }b_{2}=\dfrac{1}{2}\neq 0
\end{equation*}
so the Alternating Series Test does not apply. We see that the series
diverges because the $n$th term does not go to zero.
\vspace{1pt}\FRAME{dtbpF}{4.2653in}{0.0701in}{0pt}{}{}{maroon.wmf}{\special%
{language "Scientific Word";type "GRAPHIC";display "PICT";valid_file
"F";width 4.2653in;height 0.0701in;depth 0pt;original-width
290.5625pt;original-height 1pt;cropleft "0";croptop "0.2561";cropright
"1";cropbottom "0.7439";filename 'graphics/maroon7.wmf';file-properties
"XNPEU";}}
\emph{Alternating Series Estimation Series:} \ If $s=\sum (-1)^{n-1}b_{n}$
is the sum of an alternating series that satisfies
\begin{equation*}
(i)01$, then the series is divergent.
\qquad (c) \ If $L=1$, then the test fails (i.e., is inconclusive.)
\vspace{1pt}
\begin{remark}
For an example of (c) consider $\sum \dfrac{1}{n}$ and $\sum \dfrac{1}{n^{2}}%
.$ Both have a value of $1$ for $L$. \ Yet, the former diverges, whereas the
latter converges.
\end{remark}
\vspace{1pt}
\begin{example}
Determine whether
\begin{equation*}
\sum\limits_{n=1}^{\infty }\dfrac{(n+1)5^{n}}{n3^{2n}}
\end{equation*}
\end{example}
is convergent. \
\emph{Solution: }We apply the Ratio Test.
\vspace{1pt}
\begin{equation*}
L=\lim_{n\rightarrow \infty }\left| \dfrac{\dfrac{(n+2)5^{n+1}}{(n+1)3^{2n+2}%
}}{\dfrac{(n+1)5^{n}}{n3^{2n}}}\right| =\lim\limits_{n\rightarrow \infty
}\left| \dfrac{(n+2)5^{n+1}}{(n+1)3^{2n+2}}\cdot \dfrac{n3^{2n}}{(n+1)5^{n}}%
\right| =\lim_{n\rightarrow \infty }\dfrac{5}{3^{2}}\left( \dfrac{n^{2}+2n}{%
n^{2}+2n+1}\right) =\dfrac{5}{9}<1.
\end{equation*}
\vspace{1pt}
Therefore, the given series converges by the Ratio Test.
\begin{example}
Test the series
\end{example}
\begin{equation*}
\sum_{n=1}^{\infty }\dfrac{\left( -1\right) ^{n}4^{n}}{n!}
\end{equation*}
for convergence or divergence.
\emph{Solution: }Using the Ratio Test we have
\begin{equation*}
L=\lim_{n\rightarrow \infty }\left| \dfrac{\dfrac{\left( -1\right)
^{n+1}4^{n+1}}{\left( n+1\right) !}}{\dfrac{\left( -1\right) ^{n}4^{n}}{n!}}%
\right| =\lim_{n\rightarrow \infty }\left| \dfrac{4^{n+1}}{\left( n+1\right)
!}\cdot \dfrac{n!}{4^{n}}\right| =\lim_{n\rightarrow \infty }\dfrac{4}{n+1}=0
\end{equation*}
Thus this series converges absolutely, since $L<1.$
\vspace{1pt}
\begin{example}
Test the series%
\begin{equation*}
\sum_{n=1}^{\infty }\dfrac{7^{n}}{n^{2}}
\end{equation*}
\end{example}
for convergence or divergence.
\vspace{1pt}\emph{Solution: }Again the Ratio Test may be applied. We have
\vspace{1pt}
\begin{equation*}
L=\lim_{n\rightarrow \infty }\left| \dfrac{\dfrac{7^{n+1}}{\left( n+1\right)
^{2}}}{\dfrac{7^{n}}{n^{2}}}\right| =\lim_{n\rightarrow \infty }\left|
\dfrac{7^{n+1}}{\left( n+1\right) ^{2}}\cdot \dfrac{n^{2}}{7^{n}}\right|
=\lim_{n\rightarrow \infty }7\cdot \left( \dfrac{n^{2}}{n^{2}+2n+1}\right) =7
\end{equation*}
\vspace{1pt}
Since $L>1,$ this series diverges.
\FRAME{dtbpF}{4.2653in}{0.0701in}{0pt}{}{}{maroon.wmf}{\special{language
"Scientific Word";type "GRAPHIC";display "PICT";valid_file "F";width
4.2653in;height 0.0701in;depth 0pt;original-width 290.5625pt;original-height
1pt;cropleft "0";croptop "0.5008";cropright "1";cropbottom "0.4992";filename
'graphics/maroon7.wmf';file-properties "XNPEU";}}
\end{document}
%%%%%%%%%%%%%%%%%%%% End /document/lec_2_16_00.tex %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%% Start /document/graphics/maroon7.wmf %%%%%%%%%%%%%%%%
WwlqZB@@W\ObOplAV~@zC@@@@@@OeF@@I@@@CLJB@@@A@x@@@@@@@P@@@@p@A`@@E@@@@l`@@@@
@@T@@@@@CBD@@A@@A@@@@CD@B@T@@@@pBB@@@@@PA@@@@LHP@@D@@E@@@@p`@x@@`~T@@@@pBB@
@@@@@A@@@@FDP@@\@@@@@B@@@eA@@@@@D@@@@tR@@@PB@@@@zKPA@@@@@@pO@b@@A@@@@m
DP@@x@@@@@ICT@@@@@N@@@@@@@PA@@@@E@N@@@@x@pA@@@@|K@@@|C@@@P@@@@PKAH@@I@@@
@ho@@@@@@@@@@@@@@HB@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@eA@@@@@D@@@@tR@@@@A@@@
@mDP@@x@@@@@ICT@@@@@N@@@@@@@`B@@@@J@N@@@@x@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@
pA@@@@|K@@@|WF@@@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@T@x@@PA@@@@O@@@@|@x@@PA
`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@``\@@@@@@A@@@@mD@@@P@@@@PKAD@@
N@@@@Pr@E@@`B`C@@J@@@@PA@@@@E`C@@J@N@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@
B@@@Dza@@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@O@N@@|@@@@PF@@@@Y@N@@|@x@@A@@
@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@\XHE@@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@d
LPA@@PAx@@@E@@@@^@@@@xAx@@@E`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@Pb
ch@@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@PF`C@@Y@@@@LB@@@pH`C@@Y@N@P@@@@PKAH@
@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@IZBC@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@^
@N@@xA@@@@J@@@@h@N@@xAx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@phIO@@@@
P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@LBx@@pH@@@@m@@@@tBx@@pH`C@D@@@@tR@B@@A@@@@
mDp@@P@@@@@|A@@@G@@@@po@@@pciPA@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@@J`C@@h@
@@@HC@@@`L`C@@h@N@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@QnrE@@@@D@@@@t
R@@@@A@@@@mDP@@x@@@@@ICT@@@m@N@@tB@@@pM@@@@w@N@@tBx@@A@@@@mD`@@P@@@@PKAL@@D
@@@@@_@@@pA@@@@|K@@@\YL_@@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@HCx@@`L@@@@|@@
@@pCx@@`L`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@pesDB@@@@A@@@@mD@@@P@
@@@PKAD@@N@@@@Pr@E@@pM`C@@w@@@@DD@@@PP`C@@w@N@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG
@@@\@@@@@B@@@YZCI@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@|@N@@pC@@@`Q@@@@FAN@
@pCx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@piMi@@@@P@@@@PKA@@@D@@@@tR@
A@`C@@@@dLPA@@DDx@@PP@@@@KA@@@lDx@@PP`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@
@@po@@@`gxpB@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@`Q`C@@FA@@@@E@@@@T`C@@FAN@P
@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@anSL@@@@D@@@@tR@@@@A@@@@mDP@@x@@@
@@ICT@@@KAN@@lD@@@PU@@@@UAN@@lDx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@
@LZOs@@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@@Ex@@@T@@@@ZA@@@hEx@@@T`C@D@@@@tR
@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@ph@YC@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@
@PU`C@@UA@@@|E@@@pW`C@@UAN@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@fJtN@
@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@ZAN@@hE@@@@Y@@@@dAN@@hEx@@A@@@@mD`@@P@@
@@PKAL@@D@@@@@_@@@pA@@@@|K@@@`jP}@@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@|Ex@@
pW@@@@iA@@@dFx@@pW`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@PkGQD@@@@A@@
@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@@Y`C@@dA@@@xF@@@`[`C@@dAN@P@@@@PKAH@@D@@@@tR@C
@@A@@@@pG@@@\@@@@@B@@@pjtQ@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@iAN@@dF@@@p
\@@@@sAN@@dFx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@@KSJA@@@P@@@@PKA@@
@D@@@@tR@A@`C@@@@dLPA@@xFx@@`[@@@@xA@@@`Gx@@`[`C@D@@@@tR@B@@A@@@@mDp@@P@@@@
@|A@@@G@@@@po@@@`lO}D@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@p\`C@@sA@@@tG@@@P_
`C@@sAN@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@uFUT@@@@D@@@@tR@@@@A@@@@
mDP@@x@@@@@ICT@@@xAN@@`G@@@``@@@@BBN@@`Gx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@p
A@@@@|K@@@\[TVA@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@tGx@@P_@@@@GB@@@\Hx@@P_`
C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@`nTeE@@@@A@@@@mD@@@P@@@@PKAD@@N
@@@@Pr@E@@```C@@BB@@@pH@@@@c`C@@BBN@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@
B@@@|ZeW@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@GBN@@\H@@@Pd@@@@QBN@@\Hx@@A@@@
@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@p[VaA@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dL
PA@@pHx@@@c@@@@VB@@@XIx@@@c`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@po[
MF@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@Pd`C@@QB@@@lI@@@pf`C@@QBN@P@@@@PKAH@@
D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@DGvZ@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@VB
N@@XI@@@@h@@@@`BN@@XIx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@\\XnA@@@P
@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@lIx@@pf@@@@eB@@@TJx@@pf`C@D@@@@tR@B@@A@@@@m
Dp@@P@@@@@|A@@@G@@@@po@@@`rdMG@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@@h`C@@`B@
@@hJ@@@`j`C@@`BN@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@J[V]@@@@D@@@@tR
@@@@A@@@@mDP@@x@@@@@ICT@@@eBN@@TJ@@@pk@@@@oBN@@TJx@@A@@@@mD`@@P@@@@PKAL@@D@
@@@@_@@@pA@@@@|K@@@p\ZxA@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@hJx@@`j@@@@tB@@
@PKx@@`j`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@pskuG@@@@A@@@@mD@@@P@@
@@PKAD@@N@@@@Pr@E@@pk`C@@oB@@@dK@@@Pn`C@@oBN@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@
@@\@@@@@B@@@Q{F`@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@tBN@@PK@@@`o@@@@~BN@@
PKx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@Pm[EB@@@P@@@@PKA@@@D@@@@tR@A
@`C@@@@dLPA@@dKx@@Pn@@@@CC@@@LLx@@Pn`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@
@po@@@`up]H@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@`o`C@@~B@@@`L@@@@r`C@@~BN@P@
@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@VOgb@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@
@ICT@@@CCN@@LL@@@Ps@@@@MCN@@LLx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@
l}]QB@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@`Lx@@@r@@@@RC@@@HMx@@@r`C@D@@@@tR@
B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@PwzMI@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@
Ps`C@@MC@@@\M@@@pu`C@@MCN@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@`sWf@@
@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@RCN@@HM@@@@w@@@@\CN@@HMx@@A@@@@mD`@@P@@@
@PKAL@@D@@@@@_@@@pA@@@@|K@@@HN_[B@@@P@@@@PKA@@@D@@@@tR@A@`C@@@@dLPA@@\Mx@@p
u@@@@aC@@@DNx@@pu`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@|A@@@G@@@@po@@@`xyI@@@@A@@@
@mD@@@P@@@@PKAD@@N@@@@Pr@E@@@w`C@@\C@@@XN@@@`y`C@@\CN@P@@@@PKAH@@D@@@@tR@C@
@A@@@@pG@@@\@@@@@B@@@eKxh@@@@D@@@@tR@@@@A@@@@mDP@@x@@@@@ICT@@@aCN@@DN@@@pz
@@@@kCN@@DNx@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA@@@@|K@@@`NaeB@@@P@@@@PKA@@@
D@@@@tR@A@`C@@@@dLPA@@XNx@@`y@@@@pC@@@@Ox@@`y`C@D@@@@tR@B@@A@@@@mDp@@P@@@@@
|A@@@G@@@@po@@@`zGjJ@@@@A@@@@mD@@@P@@@@PKAD@@N@@@@Pr@E@@pz`C@@kC@@@TO@@@P}`
C@@kCN@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@\@@@@@B@@@mgXk@@@@D@@@@tR@@@@A@@@@m
DP@@x@@@@@ICT@@@pCN@@@O@@@`~@@@@zCN@@@Ox@@A@@@@mD`@@P@@@@PKAL@@D@@@@@_@@@pA
@@@@|K@@@HcuB@@@P@@@@PKA@@@D@@@@tR@A@@A@@@@FDP@@x@@@@@ICT@@@uCN@@TO@@@`~@@
@@zCN@@TOx@@A@@@@mDp@@P@@@@PKAH@@D@@@@@_@@@pA@@@@|K@@@HcuB@@@P@@@@PKA@@@D@
@@@tR@A@`B@@@@dLp@@@hOx@@`~@@@@zCN@P@@@@PKAH@@D@@@@tR@C@@A@@@@pG@@@L@@@@@@@
@
%%%%%%%%%%%%%%%%%% End /document/graphics/maroon7.wmf %%%%%%%%%%%%%%%%%