Read a part of section 2.B that includes all of page 16.

Do ## 26,27 on page 18.

Use the well-oredering principle to do #35 on page 21.

Use the material in section 2.D to compute a couple of binomial coefficients.
For example, compute c(6,2) and c(12,5).

Do the following problems:

#3 on page 28

#18,19 on page 34 (these are done by creating the list of divisors for each number,
	then the list of common divisors, and finally choosing the largest of those in #19).