Exam 1 Review

Readings/Viewings: Topics/Concepts: Let's start at the very beginning: a very good place to start.

  1. We talked about prime and composite numbers: rock groups!

  2. Although we didn't explore the Chinese bamboo counting of Yanghui's triangle, we did explore the triangle itself -- often called "Pascal's Triangle" -- and discovered several of these interesting types of numbers within it.

  3. Trees proved useful to carry out many of our calculations: in particular

  4. We studied a variety of different cultures' counting schemes, and their representations of numbers. Some were very primitive; some were very advanced. Some were described by muppets....

    All of our representations can be thought of as using different denominations of bills to make change.

  5. Factorizations or Decompositions of Counting numbers: there are three ways of representing counting numbers uniquely, as combinations of special collections of numbers: we can now represent a counting number uniquely as

    1. a prime or a product of primes (except for the number 1);
    2. a power or two or a sum of distinct powers of two;
    3. a Fibonacci number or a sum of non-consecutive Fibonacci numbers.

  6. We ended up on Fibonacci numbers, and in particular, on a game called "Fibonacci Nim". Fibonacci numbers popped out as the solution of an interesting story problem about rabbit pairs back in Italy, around 1200, and are easily calculated: you need the first two Fibonacci numbers (1 and 1), and then add the first two to get the third, and then successive pairs to get the pattern 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, etc.

    The winning strategy of Fibonacci Nim. Suppose there are $n$ counters on the table to start.

    1. First or Second? To be "in the driver's seat", you should

      • go second if $n$ is Fibonacci;
      • go first otherwise.

    2. Your move? If you're in the driver's seat, then you'll be able to do this:
      • First of all, if you can legally take all the counters, do so! Then you win. Otherwise,
      • Write $n$ as a sum of non-consecutive Fibonacci numbers; call the smallest Fibonacci $m$.
      • Take $m$ counters.
      You'll be guaranteed a victory.

    3. Now here's another key point when you're on the defensive: when you're not in the driver's seat, take 1 -- the smallest legal move. That's because you want to slow down the game, and let your opponent make a mistake and put you back in the driver's seat.


Website maintained by Andy Long. Comments appreciated.