%\input mathhead.tex
%\magnification=\magstep1
%\nopagenumbers
\font\bigrm=cmr17
\font\medrm=cmr12
\font\medbf=cmbx12
\def\sc{\it}
\def\sectioncount{\count11}
\sectioncount=0
\def\theoremcount{\count12}
\theoremcount=0
\def\lemmacount{\count13}
\lemmacount=0
\def\corollarycount{\count14}
\corollarycount=0
\def\exerciseno{\count15}
\exerciseno=0
\def\algorithmcount{\count16}
\algorithmcount=0
\def\figurecount{\count17}
\figurecount=0
\def\ex{\advance\exerciseno by 1
        \item{\the\exerciseno.}
       }
\def\section#1{\advance\sectioncount by 1
     \medskip
     {\par \noindent \bf\the\sectioncount.\enskip #1.}
     \medskip
%     \headline={{\sl #1\hfil\the\pageno}}
     \theoremcount=0
     \lemmacount=0
     \corollarycount=0
    }
\long\def\longtheorem#1{\advance\theoremcount by 1
      \medskip
      {\bf\noindent Theorem \the\sectioncount.\the\theoremcount\ :
      \enskip}{\sl #1}
      \medskip
    }
\def\theorem#1{\advance\theoremcount by 1
      \medskip
      {\bf\noindent Theorem \the\sectioncount.\the\theoremcount\ :
      \enskip}{\sl #1}
      \medskip
    }
\long\def\longlemma#1{\advance\lemmacount by 1
      \medskip
      {\bf\noindent Lemma \the\sectioncount.\the\lemmacount\ :
      \enskip}{\sl #1}
      \medskip
    }
\def\lemma#1{\advance\lemmacount by 1
      \medskip
      {\bf\noindent Lemma \the\sectioncount.\the\lemmacount\ :
      \enskip}{\sl #1}
      \medskip
    }
\long\def\longcorollary#1{\advance\corollarycount by 1
      \medskip
      {\bf\noindent Corollary \the\sectioncount.\the\corollarycount\ :
      \enskip}{\sl #1}
      \medskip
    }
\def\corollary#1{\advance\corollarycount by 1
      \medskip
      {\bf\noindent Corollary \the\sectioncount.\the\corollarycount\ :
      \enskip}{\sl #1}
      \medskip
    }
\long\def\longalgorithm#1{\advance\algorithmcount by 1
      \medskip
      {\bf\noindent Algorithm \the\sectioncount.\the\algorithmcount\ :
      \enskip}{\sl #1}
      \medskip
    }
\def\algorithm#1{\advance\algorithmcount by 1
      \medskip
      {\bf\noindent Algorithm \the\sectioncount.\the\algorithmcount\ :
      \enskip}{\sl #1}
      \medskip
    }
\long\def\figure#1#2#3{\advance\figurecount by 1
                \vbox{
                      \vskip #1
                      \special{psfile="#2"}
                      \vskip .3true in
                      \centerline{Figure\ \the\figurecount.}
                     }
                \medskip
                \figurelabel{#3}
            }
\def\proof{{\bf\noindent Proof}:\enskip}
%\def\qed{\hfill \vrule width4pt height8pt depth0pt}
\def\qed{\hfill\vbox to 4pt{\hrule\hbox to 4pt
            {\vrule height 3pt depth 0pt \hfill \vrule}\vfill\hrule}
            \medskip
            }
\def\exerciselabel#1{\edef#1{\the\exerciseno}}
\def\theoremlabel#1{\edef#1{\the\sectioncount.\the\theoremcount}}
\def\lemmalabel#1{\edef#1{\the\sectioncount.\the\lemmacount}}
\def\corollarylabel#1{\edef#1{\the\sectioncount.\the\corollarycount}}
\def\algorithmlabel#1{\edef#1{\the\sectioncount.\the\algorithmcount}}
\def\figurelabel#1{\edef#1{\the\figurecount}}
\def\svs#1{{\sl S}_{#1}}
\def\dsvs#1{\dual{{\sl S}_{#1}}}
\def\dual#1{#1^*}
\def\comp#1{{\overline #1}}
\def\bibitem#1#2{
        \vbox{
          \smallskip\noindent \hangindent2\parindent \textindent{[#1]\ } #2}
        }
\def\Z{{\bf Z}}
\def\T{\top}
\def\true{\top}
\def\false{\bot}
\def\F{\bot}
\def\iff{\leftrightarrow}
\def\underline#1{{\bf #1}}
\def\notequal{\not=}
\def\plusminus{\pm}
\def\circle{\circ}
\def\N{{\rm\bf N}}
\def\Z{{\rm\bf Z}}
\def\R{{\rm\bf R}}
\def\Q{{\rm\bf Q}}
\def\C{{\rm\bf C}}
\def\page{\vfill\eject}
\def\title#1{\centerline{\bigrm #1}\bigskip}

\def\author#1{\centerline{\bf #1}\par}
\def\department#1{\centerline{#1}\par}
\def\university#1{\centerline{#1}\par}
\def\address#1{\centerline{#1}\par}

\def\by#1#2#3#4{\author{#1}\department{#2}\university{#3}\address{#4}
                \bigskip}
\def\({\left (}
\def\){\right )}
\def\[{\left [}
\def\]{\right ]}
\def\lf{\left\lfloor}
\def\rf{\right\rfloor}
\def\lc{\left\lceil}
\def\rc{\right\rceil}
\magnification=\magstep1
\nopagenumbers

\centerline{\bigrm Divisibility Tests}
\bigskip

Most people know an easy way to check if a number is divisible by 2, 5
or 10.  The purpose of this project is for you to discover how to check
if a number is divisible by other small numbers.  Follow the steps below
to complete the project.

\item{1.}The first step is to verify the usual test for divisibility by
         2.
 \itemitem{a.}Expand the number 5719 into its base 10 expansion.
 \itemitem{b.}To the expansion in part a,
              apply the rules to evaluate a number modulo 2.  Based on
              your observation, why is
              only the ones place important in determining if a number
              is divisible by 2?
 \itemitem{c.}Suppose that a number is written base 10 as
        $a_0+a_1\times 10 + a_2\times 10^2 +\cdots +a_n\times 10^n$.
        Show how using arithmetic modulo 2 gives the usual rule telling
        if a number is divisible by 2.

\item{2.}Repeat number 1, but this time use 5 instead of 2.

\item{3.}Repeat number 1, but this time use 10 instead of 5.

\item{4.}Now find a test for divisibility by 3 by following the steps
         below.
 \itemitem{a.}Expand the number 29412 into its base 10 representation.
       Rewrite what the number is mod 3 by replacing 10 and all its
       powers with their mod 3 equivalents, but leaving the digits in
       the number as they are.  Next simplify by reducing further mod 3
       until you determine a number between 0 and 2 inclusive which is
       equivalent to 2941 mod 3.
 \itemitem{b.}Repeat part a, using the number 49102 instead of 29412.
 \itemitem{c.}Based on your calculations in parts b and c, state a rule
       about how to check divisiblity by 3.
 \itemitem{d.}Show that your rule always works in the same way you
       verified the divisibility test for 2 in number 1 part c.

\item{5.}Repeat the process in number 4, using 9 instead of 3.

\item{6.}Repeat the process in number 4, using 11 instead of 3.

\item{7.}Using the same ideas as above state and show the divisibility
         tests for 4 and 8.

\item{8.}Summarize the divisibility tests for 2,3,4,5,6,8,9,10, and 11.
         Include examples.
         (In the case of 6, you can just check divisible by 3 and
         divisible by 2. Why?)

\item{9.}In part 8 you listed simple ways to check divisibility by all
         the number from 2 to 11 inclusive except for the number 7.  Use
         the same procedure as you used above to find a way to check
         that a number is divisible by 7.  The divisibility test for 7
         you develop will probably be a little more complicated than the
         other tests.

\bye

