I'm going to post the problems I gave my students up here for a bit of record keeping. That way I don't have to find them again when I teach a new class. Also I really wanted to try out an online LaTeX compiler I bumped into. It takes TeX and turns it into PNG images. You can find it here: http://hausheer.osola.com/latex2png
The first problems I gave related to Pascal's Triangle. Most of the students have seen it once before in a Precalculus or Algebra class, which makes it a good place to start.
In case you have been on a desert island (or don't know a lot of math) I'll present it to you fresh. Pascal's Triangle has an easy construction:

Why would you need it? The most useful application of Pascal's Triangle for students is the Binomial Theorem.
Essentially, you can expand



There are a few more properties of Pascal's Triangle. This leads to the three following problems:
1) Prove that for each node on the triangle the number of ways you can descend from the top of Pascal's Triangle to the node is exactly the number at that node.
2) Prove that the sum of all the numbers on row n (the top is row 0) is

3) Prove that if a row is prime numbered (a prime is 2, 3, 5, 7, 11, etc.) then that prime divides all of the numbers in the row except the 1's at the ends.
No comments:
Post a Comment