skim chapters 15, 17, and 19, and vote on which of these topics to cover on April 29.
Many of these problems can be "auto-graded": you can use the "Submit" program to try them out, not sending the report to me, and if everything works fine, you can then "Submit" them to me too. So you should get a 100% score on all of these problems. If you have a used copy of the software, "Submit" may not work, in which case you can just e-mail me, attaching the files that you would have submitted; you don't get the same instant feedback, so be sure you're confident of your answers before sending them to me.
For the induction proofs, you'll need to write down the answers in English and give/mail them to me. These induction proofs are to be written informally, but you may (if you wish) use Fitch bars to keep track of the beginnings, assumptions, and ends of subproofs.
Prove by mathematical induction that, for all numbers r ≠ 1, for all natural numbers n,
1 + r + r2 + r3 + ... + rn = (rn+1-1)/(r-1)
The Fibonacci numbers are defined as follows:
Fn < 2n.Hint: Since Fibonacci numbers depend on not only the previous one but the previous two, you'll probably find the Least Number Principle more useful than ordinary natural-number induction.