Department of Mathematical Sciences
Binghamton University

Math 330: Number Systems
Additional Homework Sets
and Minor Projects

Section 01, Zaslavsky


Main class page | Schedule and homework | Additional homework and projects | Announcements | Term Project | Syllabus

Homework Problem Sets

How homework is graded.

Homework Set 5.

An integer n is called even if it is divisible by 2, i.e., if there exists an integer k such that n = 2k.

Prove the following statements:

Homework Sets 8 - 9 (gcd problems).

Suppose you have two integers m, n (not both 0). The greatest common divisor gcd(m,n) is defined as the largest integer that is a divisor of both m and n. Now define two sets of integers:
        Sm,n := { mx+ny : x, y in Z }
and
        Tm,n := { mx+ny : x, y in Z and mx+ny is positive }.
(That is, Tm,n consists of the positive integers in Sm,n.)

Theorem 2G. The smallest number in Tm,n is gcd(m,n).

We won't prove this, but there are some questions about it.
Added 9/28: You may not use Theorem 2G to solve these problems. Reasons: (a) We haven't proved that theorem. (b) It would be circular reasoning, since the proof of the theorem requires [A]. (c) I want you to study the actual sets and gcd's, and not just apply a general theorem. That's how you understand theorems: see how they work in examples.

Homework Set 12.

Do the following problems.

Homework Set 13.

Do the following problems.

Homework Set 14.

Do the following problems.

Homework Set 15.

Homework Set 25 additional problems.


Main class page | Schedule and homework | Additional homework and projects | Announcements | Term Project | Syllabus

Additional Minor Projects

Project 2A.

Definition: Let's say the "real natural numbers" are a set NR such that NR is a subset of R and:

  1. 1 is in NR .
  2. If n is in NR , then n+1 is in NR .
  3. 0 is not in NR ,
  4. For every n in R such that n is not 0, we have n in NR or −n in NR .
  5. If a subset A contained in R satisfies (i) and (ii) then NR is contained in A.
Prove that no such set NR can exist. (Use what you know of the real numbers.) That means, if we wanted Axiom 2.1A "There is a set NR," we would have a logical contradiction.

Project 3L.

See the announcements page.

Project 4X1.

The x+1 Problem. Define a sequence of numbers, x1, x2, x3, ..., by the following rule:
xn+1 = xn +1 if xn is odd,
xn+1 = xn/2 if xn is even.
Does this sequence always reach 1 for any starting point x1 in N?

The project is to answer this question. You may produce a proof, or a disproof.



Project 4X5.

The 5x+1 Problem. Let xn+1 = 5xn +1 if xn is odd, xn/2 if xn is even. Does this sequence always reach 1 for any starting point x1 in N?
Do some examples, turn them in, I'll look at them, and we'll see if we can guess anything about it. I don't know any more than you do!


Main class page | Schedule and homework | Announcements | Additional Projects | Syllabus

"Where shall I begin?" he asked. "Begin at the beginning," the King said, "and stop when you get to the end."
—Lewis Carroll, Alice in Wonderland