Homework for Week 3

Part 1

Problems 10-14 from Fundamental Theorem of Arithmetic Lecture.

Part 2

  1. What is the remainder after dividing 10100 by 7? (Rotman 1.81; 10100 is a google)
  2. Prove that if n is a number (written base 10) and n' is obtained from n by rearranging its digits, then n-n' is divisible by 9. (For instance, if n were 245643, then n' could be 445632.) (Rotman 1.79)
  3. Compute all powers mod n, for n=2,3,4,5,6,7,8. In other words, find xi for all x and all i, for n=2,3,4,5,6,7,8. Give at least two observations/conjectures based on your data.
  4. Compute 342 mod 15.
  5. Compute 1522 mod 7.
  6. Compute 268 mod 21.