%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % 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/ex2.2_sol_12.tex", Document, 8594, 2/18/1999, 13:58:12, ""% % "/document/F7CS4Y02.wmf", PlotPict, 9632, 2/18/1999, 13:55:34, "" % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%% Start /document/ex2.2_sol_12.tex %%%%%%%%%%%%%%%%%% %% This document created by Scientific Notebook (R) Version 3.0 \documentclass{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %TCIDATA{OutputFilter=LATEX.DLL} %TCIDATA{Created=Tuesday, January 12, 1999 14:20:51} %TCIDATA{LastRevised=Thursday, February 18, 1999 08:58:10} %TCIDATA{} %TCIDATA{CSTFile=Lab Report.cst} %TCIDATA{PageSetup=72,72,72,72,0} %TCIDATA{AllPages= %F=36,\PARA{038

\hfill \thepage} %} \input{tcilatex} \begin{document} Name: Solutions\qquad ID: XXX-XX-XXXX \qquad E-Mail: {\small I pledge my honor that I have abided by the Stevens Honor System. \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_} \section{Ma 112} \section{Exercises 2.2 - Solutions} \vspace{1pt}1. SNB ICE Graph the system \vspace{1pt} \begin{eqnarray*} x-y &=&1 \\ 3x+y &=&7 \end{eqnarray*} $\vspace{1pt}$First, set the above equations to y= values and then use the graph 2-D button or the topic under the Maple menu. $-y=1-x$ $y=-1+x$ \vspace{1pt} $y=7-3x$\FRAME{itbpF}{3in}{2.0003in}{0in}{}{}{Plot}{\special{language "Scientific Word";type "MAPLEPLOT";width 3in;height 2.0003in;depth 0in;display "USEDEF";plot_snapshots TRUE;function \TEXUX{$7-3x$};linecolor "Red";linestyle 1;linethickness 1;pointstyle "Point";function \TEXUX{$-1+x$};linecolor "Black";linestyle 1;linethickness 1;pointstyle "Point";xmin "-5";xmax "5";xviewmin "-5";xviewmax "5";yviewmin "-8.6";yviewmax "22.612";rangeset"X";phi 45;theta 45;plottype 4;numpoints 49;axesstyle "normal";xis \TEXUX{x};var1name \TEXUX{$x$};valid_file "T";tempfilename 'F7CS4Y02.wmf';tempfile-properties "XPR";}} 2. SNB ICE Use forward elimination to solve \begin{eqnarray*} x+3y-z &=&4 \\ -2x+y+3z &=&9 \\ 4x+2y+z &=&11 \end{eqnarray*} \vspace{1pt}These answers are found by multiplying the above matrix by the identity matrix with the row operations that you would like to do inside it .... as seen below \vspace{1pt} , Solution is : $\left\{ x=1,y=2,z=3\right\} $ $ \begin{array}{lll} 1 & 0 & 0 \\ 2 & 1 & 0 \\ -4 & 0 & 1 \end{array} \begin{array}{llll} 1 & 3 & -1 & 4 \\ -2 & 1 & 3 & 9 \\ 4 & 2 & 1 & 11 \end{array} =\allowbreak \begin{array}{cccc} 1 & 3 & -1 & 4 \\ 0 & 7 & 1 & 17 \\ 0 & -10 & 5 & -5 \end{array} $ $ \begin{array}{lll} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 10/7 & 1 \end{array} \begin{array}{cccc} 1 & 3 & -1 & 4 \\ 0 & 7 & 1 & 17 \\ 0 & -10 & 5 & -5 \end{array} =\allowbreak \begin{array}{cccc} 1 & 3 & -1 & 4 \\ 0 & 7 & 1 & 17 \\ 0 & 0 & \frac{45}{7} & \frac{135}{7} \end{array} $ \begin{eqnarray*} 1x+3y-1z &=&4 \\ 7y+1z &=&17 \\ (45/7)z &=&(135/7) \end{eqnarray*} , Solution is : $\left\{ x=1,y=2,z=3\right\} $ \vspace{1pt} 3. Strang, page 40 \#3 \vspace{1pt}$2x-4y=6$ $-x+5y=0$ \vspace{1pt}What multiple of eq 1 should be subtracted from equation 2? -1/2 \ -- This way the equations will have the x components cancel each other out (Same thing, but multiplying and adding because it is easier) $ \begin{array}{ll} 1 & 0 \\ .5 & 1 \end{array} \begin{array}{lll} 2 & -4 & 6 \\ -1 & 5 & 0 \end{array} =\allowbreak $ result after elimination step $ \begin{array}{ccc} 2 & -4 & 6 \\ 0 & 3.0 & 3.0 \end{array} $ solving triangular system \begin{eqnarray*} 2x-4y &=&6 \\ 3y &=&3 \end{eqnarray*} , Solution is : $\left\{ y=1,x=5\right\} $ \vspace{1pt} If the right side changes to -6,0 the new solution is \begin{eqnarray*} 2x-4y &=&-6 \\ -x+5y &=&0 \end{eqnarray*} , Solution is : $\left\{ y=-1,x=-5\right\} $ \vspace{1pt} 4. Strang, page 40 \#4 $ax+by=f$ $cx+dy=g$ Multiply eq 1 by $c/a$ and subtract to get rid of the $cx$ term in the second eq. $ax+by=f$ \vspace{1pt}$0+(d-cb/a)y=(g-cf/a)$ The second pivot is $(d-cb/a)$. \vspace{1pt}(the second pivot is defined as the term in front of your second variable when the system of equations are in the upper triangular form.) 5. Strang, page 40 \#7 \vspace{1pt}$ax+3y=-3$ $4x+6y=6$ \vspace{1pt}elimination breaks down (1) permanently when $a=2$ or when $a=-2$ (2) temporarily when $a=0$ $ \begin{array}{l} 3y=-3 \\ 4x+6y=6 \end{array} $, doing the row exchange, we get: $ \begin{array}{l} 4x+6y=6 \\ 3y=-3 \end{array} $, Solution is : $\left\{ y=-1,x=3\right\} $ 6. Strang, page 40 \#8 $kx+3y=6$ $3x+ky=-6$ elimination breaks down when (1)$\qquad k=0$ ,temporary, 1 solution \vspace{1pt}\qquad \qquad \qquad \qquad $0x+3y=6$ \qquad \qquad \qquad \qquad $3x+0y=-6$ \qquad \qquad Solution is: $\{x=-2,y=2\}$ (2)\qquad $k=-3$, permanent, infinite solutions (3) \ \ \ \ \ $\ k=3$, permanent, no solution \vspace{1pt}\qquad \qquad because everything cancels each other out when the equations are added together 7. Strang, page 41 \#11 \vspace{1pt}$ \begin{array}{l} 2x+3y+z=1 \\ 4x+7y+5z=7 \\ -2y+2z=6 \end{array} $, Solution is : $\left\{ y=-1,x=1,z=2\right\} $ $ \begin{array}{lll} 1 & 0 & 0 \\ -2 & 1 & 0 \\ 0 & 0 & 1 \end{array} \begin{array}{llll} 2 & 3 & 1 & 1 \\ 4 & 7 & 5 & 7 \\ 0 & -2 & 2 & 6 \end{array} =\allowbreak \begin{array}{cccc} 2 & 3 & 1 & 1 \\ 0 & 1 & 3 & 5 \\ 0 & -2 & 2 & 6 \end{array} $ $ \begin{array}{lll} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 2 & 1 \end{array} \begin{array}{cccc} 2 & 3 & 1 & 1 \\ 0 & 1 & 3 & 5 \\ 0 & -2 & 2 & 6 \end{array} =\allowbreak \begin{array}{cccc} 2 & 3 & 1 & 1 \\ 0 & 1 & 3 & 5 \\ 0 & 0 & 8 & 16 \end{array} $ $ \begin{array}{l} 2x+3y+z=1 \\ y+3z=5 \\ 8z=16 \end{array} $, Solution is : $\left\{ y=-1,x=1,z=2\right\} $ Pivots are 2, 1, and 8. \vspace{1pt} If 0 is the coefficient of the first variable (in this case $x$)in row 2 or row three, then we avoid a row operation. \vspace{1pt} 8. Strang, page 41 \#13 \vspace{1pt}$ \begin{array}{l} 2x+5y+z=0 \\ 4x+dy+z=2 \\ y-z=3 \end{array} $, Solution is : $\left\{ y=-\frac{1}{-11+d},z=-\frac{-32+3d}{-11+d},x=\frac{% 3}{2}\frac{-9+d}{-11+d}\right\} $ $ \begin{array}{lll} 1 & 0 & 0 \\ -2 & 1 & 0 \\ 0 & 0 & 1 \end{array} \begin{array}{llll} 2 & 5 & 1 & 0 \\ 4 & d & 1 & 2 \\ 0 & 1 & -1 & 3 \end{array} =\allowbreak \begin{array}{cccc} 2 & 5 & 1 & 0 \\ 0 & -10+d & -1 & 2 \\ 0 & 1 & -1 & 3 \end{array} $ $ \begin{array}{l} 2x+5y+1=0 \\ (-10+d)y-z=2 \\ y-z=3 \end{array} $, In order to exchange line (2) with line (3), $-10+d=0$. So $d=10$. $\vspace{1pt}$ $ \begin{array}{l} 2x+5y+1=0 \\ (-10+d)y-z=2 \\ y-z=3 \end{array} $, To make the system singular (ie no third pivot), $-10+d=1$. So $d=11$. And there is no solution. \vspace{1pt} 9. Strang, page 42 \#21 \vspace{1pt}$ \begin{array}{l} 2x+y=0 \\ x+2y+z=0 \\ y+2z+t=0 \\ z+2t=5 \end{array} $, Solution is : $\left\{ z=-3,t=4,y=2,x=-1\right\} $ \vspace{1pt} \vspace{1pt}$ \begin{array}{llll} 1 & 0 & 0 & 0 \\ -.5 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{array} \begin{array}{lllll} 2 & 1 & 0 & 0 & 0 \\ 1 & 2 & 1 & 0 & 0 \\ 0 & 1 & 2 & 1 & 0 \\ 0 & 0 & 1 & 2 & 5 \end{array} =\allowbreak \begin{array}{ccccc} 2 & 1 & 0 & 0 & 0 \\ 0 & 1.\,\allowbreak 5 & 1 & 0 & 0 \\ 0 & 1 & 2 & 1 & 0 \\ 0 & 0 & 1 & 2 & 5 \end{array} $ $ \begin{array}{llll} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & -\frac{2}{3} & 1 & 0 \\ 0 & 0 & 0 & 1 \end{array} \begin{array}{ccccc} 2 & 1 & 0 & 0 & 0 \\ 0 & 1.\,\allowbreak 5 & 1 & 0 & 0 \\ 0 & 1 & 2 & 1 & 0 \\ 0 & 0 & 1 & 2 & 5 \end{array} =\allowbreak \begin{array}{ccccc} 2 & 1 & 0 & 0 & 0 \\ 0 & 1.\,\allowbreak 5 & 1 & 0 & 0 \\ 0 & 0 & \frac{4}{3} & 1 & 0 \\ 0 & 0 & 1 & 2 & 5 \end{array} $ $ \begin{array}{llll} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & -\frac{3}{4} & 1 \end{array} \begin{array}{ccccc} 2 & 1 & 0 & 0 & 0 \\ 0 & 1.\,\allowbreak 5 & 1 & 0 & 0 \\ 0 & 0 & \frac{4}{3} & 1 & 0 \\ 0 & 0 & 1 & 2 & 5 \end{array} =\allowbreak \begin{array}{ccccc} 2 & 1 & 0 & 0 & 0 \\ 0 & 1.\,\allowbreak 5 & 1 & 0 & 0 \\ 0 & 0 & \frac{4}{3} & 1 & 0 \\ 0 & 0 & 0 & \frac{5}{4} & 5 \end{array} $ $ \begin{array}{l} 2x+y=0 \\ 1.5y+z=0 \\ \frac{4}{3}z+t=0 \\ \frac{5}{4}t=5 \end{array} $, Solution is : $\left\{ z=-3.0,t=4.0,y=2.0,x=-1.0\right\} $ The pivots are 2, 1.5, 4/3, and 5/4. \end{document} %%%%%%%%%%%%%%%%%%%% End /document/ex2.2_sol_12.tex %%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% Start /document/F7CS4Y02.wmf %%%%%%%%%%%%%%%%%%%% WwlqZB@@@@@@@P\GXOA{I@@@@@`T}I@@I@@@CTlD@@`A@t_@@@@@@t_@@@p}@@p@|C@@@@@@@B@ @@@@`@@@`@B@@@@@`@@H@@B@@@BH@@CLp@|qG_@PLqDC@FYdQ@tUW]A@dPBI@Yg]v@D_|qCPO@@ @@aA@@@XH@@@Pk@@@@UC@@@|FZ@py`C@kEV@|o_|ApfNJ@G]s@lsD@@pW[@@@ENR@@pzJA @PutD@@wS@@|oTZ@piUC@KxT@|_gtAp{^I@o]o@TcEA@pTgD@@seS@@PISB@pm_I@@ZOg@ @|aC@pV~A@_zO@|onbApNgH@SNm@tBIA@`S~H@@oae@@Dy\C@@mMR@@WgJA@hOqE@`~MCB @{[mO@pOx^A@kGH@}_Oj@PRKF@`RRU@@nQGA@@YeC@pksJ@@L{\@@\NzA@pGB@O\@|]B @FrH@@gHu@@\c\D@pQTV@@X]kA@dfvG@`^c@@`~OO@X{[A`swG@hoh@@`O@@@@eA@@@lH@@ @`l@@@@XC@@[|oF@`uVA`^cG@_~Og@X|BCP@slA@BpeK@LPa@A@AmNE@DX]Y@TpxAPG[H@ w|oe@PugB`\gK@S~Os@X{aC@@mPB@@@EN@@p\MA@@VFF@@d[]@@@wJB@@{I@]|j@tszB@ XkL@F~v@|znC`@oxB@B|dS@D`[mAP@LnH@AhZj@DpqGC@@cON@b|@PwCphO@@@AS@@ pJmA@@F}H@@Lvl@@P`XC@@a~O@Xpz@HCnCpSEO@mM}@xxxCPlsO@BHpV@DP@NBP@APL@R Pq@XbJCpNB}O@Suu@tf^CPbY~O@fn{@XlwCPJ@LD@s@PY@|C@JB`R@|J@WA`u@LF@C@] [|O@Fbs@hyUCpky}O@Fwy@xMqCPQ@hD@XAPY@lF@BB@`@|I@UB`o@lJ@^C`p@|O@J{q@LM PCPwd}O@gsx@LmC`O@PA@XApL@HG@SAPc@PG@iB`e@TL@xB`x@lM@Wr@|oSCp|}O@{ z@PDDN@@VbxA@mYCL@dWPz@PaLQD@RBeS@|IUWA@j`AF@pBgZ@\K`uA@rLNI@\wye@tnkkBp ~K@{Mu@@dIM@PU{xA@_]tK@pVTp@PajQD@aVXV@P{erAPrlvH@aSLk@powNCPG@i@@qPUF@`dZ i@PXCnC@|uyS@HilgApjIOH@GO^h@T~BCpBwtB@YttP@hbY\A@OA^G@PyYe@XfllBp_HWL@ZBN x@\k~~C@EhHD@i|SW@@TV{APVuqI@tQIp@`HjMC`g~rM@vZM{@|L|}C`KPXD@DMBX@tUN~AP^Py I@Vjfp@hz_OCpoVzM@@BH`@|O@@@@@C@@O@@@@@Cp@|O@@|@|C@A@@@@tH@@@L@@@ @PM@T@@@@@CBPtCf[AA@@@@BDP@@L@@@@`G@TA@@@p~B@t@@@@@@@@PF@@@@@@@@@@@PUZmUv\ `xTYwAbTouVXnA@@aQ@@@@PKAD@@D@@@@xR@X@PB@@@@zK@@@@@@@@@@@@@@b@@A@@@@mD`@@\@ @@@@B@@@@@@@@@@@D@@@@tR@C@PB@@@@zK@@@X@@@@@@@@@@b@@A@@@@mD@A@T@@@@@EBTNBvP QA@@@@SHpsHpIEI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBdOBWOQA@ @@@SHPyHXCEI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBxPBtMQA@@@@ SHP~H\}DI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBHRBWLQA@@@@SH` CIPwDI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`SBoJQA@@@@SH`HI\ qDI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBpTBUIQA@@@@SH@NI|jDI @@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBDVBrGQA@@@@SH@SITeDI@@@ @ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBXWBNFQA@@@@SHPXIH_DI@@@@ho @@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBlXBmDQA@@@@SH`]IxXDI@@@@ho@@@ `A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB@ZBHCQA@@@@SHpbItRDI@@@@ho@@@`A@ @@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBT[BhAQA@@@@SH@hI`LDI@@@@ho@@@`A@@@@ @@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBh\BE@QA@@@@SHPmI`FDI@@@@ho@@@`A@@@@@@@ @@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBx]Bg~PA@@@@SH`rIT@DI@@@@ho@@@`A@@@@@@@@@H B@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBP_BB}PA@@@@SH`wI\zCI@@@@ho@@@`A@@@@@@@@@HB@D @@@@tR@D@@A@@@@pGPA@T@@@@@EB\`Bg{PA@@@@SH@}IHtCI@@@@ho@@@`A@@@@@@@@@HB@D@@@ @tR@E@@A@@@@pG@A@T@@@@@EBtaBAzPA@@@@SHpAJ\nCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR @D@@A@@@@pGPA@T@@@@@EBDcBcxPA@@@@SHPGJDhCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@ @A@@@@pG@A@T@@@@@EB`dByvPA@@@@SHPLJLbCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@ @@@pGPA@T@@@@@EBpeBZuPA@@@@SH@RJd[CI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@ pG@A@T@@@@@EBDgBxsPA@@@@SH@WJhUCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGP A@T@@@@@EBXhBSrPA@@@@SHP\J`OCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T @@@@@EBliBrpPA@@@@SH`aJLICI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@ @@EBxjBXoPA@@@@SHpfJHCCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@E BPlBqmPA@@@@SH`kJ`}BI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBhm BMlPA@@@@SH@qJDwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBtnBqj PA@@@@SH`vJtpBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBLpBLiPA@ @@@SHP{JDkBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\qBlgPA@@@@ SHp@KpdBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBtrBGfPA@@@@SHp EKp^BI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBDtBkdPA@@@@SHPKK\ XBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB\uBCcPA@@@@SHPPKlRBI @@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBhvBiaPA@@@@SHpUKLLBI@@@ @ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBDxB_PA@@@@SH`ZKdFBI@@@@ho @@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBPyBf^PA@@@@SHP`K|AI@@@@ho@@@ `A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBdzBE]PA@@@@SH@eKXzAI@@@@ho@@@`A@ @@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBx{B_[PA@@@@SHPjKTtAI@@@@ho@@@`A@@@@ @@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBP}BzYPA@@@@SH`oK|mAI@@@@ho@@@`A@@@@@@@ @@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\~B`XPA@@@@SH@uKhgAI@@@@ho@@@`A@@@@@@@@@H B@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBtBzVPA@@@@SHpyK@bAI@@@@ho@@@`A@@@@@@@@@HB@D @@@@tR@E@@A@@@@pG@A@T@@@@@EBHACWUPA@@@@SHPKh[AI@@@@ho@@@`A@@@@@@@@@HB@D@@@ @tR@D@@A@@@@pGPA@T@@@@@EB\BCsSPA@@@@SH`DL\UAI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR @E@@A@@@@pG@A@T@@@@@EBpCCSRPA@@@@SHpILLOAI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@ @A@@@@pGPA@T@@@@@EB@ECvPPA@@@@SH@OLLIAI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@ @@@pG@A@T@@@@@EBTFCROPA@@@@SH@TLXCAI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@ pGPA@T@@@@@EBlGCmMPA@@@@SHPYLH}@I@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@ A@T@@@@@EB@ICILPA@@@@SHp^Ltv@I@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T @@@@@EBLJCpJPA@@@@SH@dLdp@I@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@ @@EBdKCJIPA@@@@SHphL@k@I@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@E B@TCvPQA@@@@SHP`MpIEI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBLP CWOQA@@@@SH@PMXCEI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBPLCtM QA@@@@SHp@M\}DI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`HCWLQA@ @@@SH@qLPwDI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBTDCoJQA@@@@ SH@bL\qDI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBl@CUIQA@@@@SHP QL|jDI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBp|BrGQA@@@@SHpBLT eDI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBpxBNFQA@@@@SH@sKH_DI @@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBxtBmDQA@@@@SH@cKxXDI@@@ @ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBtpBHCQA@@@@SH`SKtRDI@@@@ho @@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB@mBhAQA@@@@SHPCK`LDI@@@@ho@@@ `A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB@iBE@QA@@@@SH@tJ`FDI@@@@ho@@@`A@ @@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBPeBg~PA@@@@SH@dJT@DI@@@@ho@@@`A@@@@ C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBPaBB}PA@@@@SH@UJ\zCI@@@@ho@@@`A@@@@C@ @@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBd]Bg{PA@@@@SH@EJHtCI@@@@ho@@@`A@@@@C@@@H B@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`YBAzPA@@@@SHPvI\nCI@@@@ho@@@`A@@@@C@@@HB@D @@@@tR@D@@A@@@@pGPA@T@@@@@EBlUBcxPA@@@@SH@fIDhCI@@@@ho@@@`A@@@@C@@@HB@D@@@ @tR@E@@A@@@@pG@A@T@@@@@EB`QByvPA@@@@SHpVILbCI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR @D@@A@@@@pGPA@T@@@@@EBlMBZuPA@@@@SH@FId[CI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@ @A@@@@pG@A@T@@@@@EBpIBxsPA@@@@SHpvHhUCI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@ @@@pGPA@T@@@@@EBlEBSrPA@@@@SH@gH`OCI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@ pG@A@T@@@@@EBtABrpPA@@@@SHpVHLICI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGP A@T@@@@@EBL~AXoPA@@@@SHPGHHCCI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T @@@@@EBDzAqmPA@@@@SHpxG`}BI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@ @@EBDvAMlPA@@@@SHPhGDwBI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@E BXrAqjPA@@@@SHPXGtpBI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBXn ALiPA@@@@SH`IGDkBI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`jAlg PA@@@@SH`yFpdBI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB\fAGfPA@ @@@SH@jFp^BI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBpbAkdPA@@@@ SHpYF\XBI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBd^ACcPA@@@@SH@ KFlRBI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB@[AiaPA@@@@SHPzEL LBI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBpVA_PA@@@@SH@lEdFBI @@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBLSAf^PA@@@@SH@[E|AI@@@ @ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBTOAE]PA@@@@SHpLEXzAI@@@@ho @@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBPKA_[PA@@@@SHP}DTtAI@@@@ho@@@ `A@@@@C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBLGAzYPA@@@@SH@mD|mAI@@@@ho@@@`A@ @@@C@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBdCA`XPA@@@@SHp\DhgAI@@@@ho@@@`A@@@@ C@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`@zVPA@@@@SHPND@bAI@@@@ho@@@`A@@@@C@ @@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`{@WUPA@@@@SH@~Ch[AI@@@@ho@@@`A@@@@C@@@H B@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBdw@sSPA@@@@SH@nC\UAI@@@@ho@@@`A@@@@C@@@HB@D @@@@tR@E@@A@@@@pG@A@T@@@@@EBls@SRPA@@@@SHP^CLOAI@@@@ho@@@`A@@@@C@@@HB@D@@@ @tR@D@@A@@@@pGPA@T@@@@@EB|o@vPPA@@@@SHpNCLIAI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR @E@@A@@@@pG@A@T@@@@@EB|k@ROPA@@@@SHpBXCAI@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@ @A@@@@pGPA@T@@@@@EB|g@mMPA@@@@SHpoBH}@I@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@ @@@pG@A@T@@@@@EB|c@ILPA@@@@SHp_Btv@I@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@D@@A@@@@ pGPA@T@@@@@EBX`@pJPA@@@@SHpOBdp@I@@@@ho@@@`A@@@@C@@@HB@D@@@@tR@E@@A@@@@pG@ A@T@@@@@EBP\@JIPA@@@@SH`AB@k@I@@@@ho@@@@C@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T @@@@@EBt[CsmPA@@@@SHpaALwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@ @@EBDXCVmPA@@@@SHP`MLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@E BtQCVmPA@@@@SHPGMLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBdK CVmPA@@@@SHPnLLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBTECxl PA@@@@SHPULLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB@BVmPA@ @@@SH@|KLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBpxBVmPA@@@@ SH@cKLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`rBVmPA@@@@SH@ JKLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBPlBVmPA@@@@SH@qJL wBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB@fBxlPA@@@@SH@XJLwBI @@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBp_BVmPA@@@@SH@ILwBI@@@ @ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\YBVmPA@@@@SHpeILwBI@@@@ho @@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBLSBVmPA@@@@SHpLILwBI@@@@ho@@@ `A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|LBVmPA@@@@SHpsHLwBI@@@@ho@@@`A@ @@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBlFBxlPA@@@@SHpZHLwBI@@@@ho@@@`A@@@@ @@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\@BVmPA@@@@SHpAHLwBI@@@@ho@@@`A@@@@@@@ @@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBLzAVmPA@@@@SHphGLwBI@@@@ho@@@`A@@@@@@@@@H B@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBxsAVmPA@@@@SH`OGLwBI@@@@ho@@@`A@@@@@@@@@HB@D @@@@tR@D@@A@@@@pGPA@T@@@@@EBhmAVmPA@@@@SH`vFLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@ @tR@E@@A@@@@pG@A@T@@@@@EBXgAxlPA@@@@SH`]FLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR @D@@A@@@@pGPA@T@@@@@EBHaAVmPA@@@@SH`DFLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@ @A@@@@pG@A@T@@@@@EBxZAVmPA@@@@SH`kELwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@ @@@pGPA@T@@@@@EBhTAVmPA@@@@SH`RELwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@ pG@A@T@@@@@EBTNAVmPA@@@@SHPyDLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGP A@T@@@@@EBDHAxlPA@@@@SHP`DLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T @@@@@EBtAAVmPA@@@@SHPGDLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@ @@EBd{@VmPA@@@@SHPnCLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@E BTu@VmPA@@@@SHPUCLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBDo @VmPA@@@@SHP|BLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBph@xl PA@@@@SH@cBLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`b@VmPA@ @@@SH@JBLwBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBP\@VmPA@@@@ SH@qALwBI@@@@ho@@@@C@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB@fBJIPA@@@@SH@ XJpIEI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|gBhJPA@@@@SH@XJ` j@I@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|gBdMPA@@@@SH@XJPv@I @@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|iB_PPA@@@@SH@XJ|AAI@@@ @ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|gB[SPA@@@@SH@XJlMAI@@@@ho @@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|gBVVPA@@@@SH@XJXYAI@@@@ho@@@ `A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|gBRYPA@@@@SH@XJHeAI@@@@ho@@@`A@ @@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|gBM\PA@@@@SH@XJtpAI@@@@ho@@@`A@@@@ @@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|iBI_PA@@@@SH@XJd|AI@@@@ho@@@`A@@@@@@@ @@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|gBEbPA@@@@SH@XJTHBI@@@@ho@@@`A@@@@@@@@@H B@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|gB@ePA@@@@SH@XJ@TBI@@@@ho@@@`A@@@@@@@@@HB@D @@@@tR@E@@A@@@@pG@A@T@@@@@EB|gB|gPA@@@@SH@XJp_BI@@@@ho@@@`A@@@@@@@@@HB@D@@@ @tR@D@@A@@@@pGPA@T@@@@@EB|gBwjPA@@@@SH@XJ\kBI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR @E@@A@@@@pG@A@T@@@@@EB|gBopPA@@@@SH@XJ|BCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@ @A@@@@pGPA@T@@@@@EB|gBjsPA@@@@SH@XJhNCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@ @@@pG@A@T@@@@@EB|gBfvPA@@@@SH@XJXZCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@ pGPA@T@@@@@EB|gBayPA@@@@SH@XJDfCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@ A@T@@@@@EB|iB]|PA@@@@SH@XJtqCI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T @@@@@EB|gBYPA@@@@SH@XJd}CI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@ @@EB|gBTBQA@@@@SH@XJPIDI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@E B|gBPEQA@@@@SH@XJ@UDI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|g BKHQA@@@@SH@XJl`DI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|iBGK QA@@@@SH@XJ\lDI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|gBBNQA@ @@@SH@XJHxDI@@@@ho@@@`A@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|gB~PQA@@@@ SH@XJxCEG@@@@DRAB@PKu|JCwipA@@@@aTP@@@C@TlpoJ\@@@@PHED@@u@PqH|kBG@@@@DRAB@P Lp@mA_ipA@@@@aT`@@DSM[SpWJ\@@@@PHEH@@r@cyB|eBG@@@@DRAB@PKtxvBKOpA@@@@aT`@@t bLnmP]G\@@@@PHED@@r@`[KtnCG@@@@DRAA@@M@xvBWJqA@@@@aTP@@`G@QnPwOP@@@@pIA|D @@@@@_@B@p@@@@@@@@ %%%%%%%%%%%%%%%%%%%%%% End /document/F7CS4Y02.wmf %%%%%%%%%%%%%%%%%%%%%