As an enrichment activity I had a student fill a large sheet of graph paper with Pascal’s triangle – just the ones digits, anyway. Then he colored the digits in different ways to discover patterns. After doing this by hand, the student was interested in saving some time with Excel, so I devised this method:
- Make a grid of 0’s. Really you just need a border of 0’s, but filling an area is faster. It should be twice as wide as tall.
- Select cell B2, and give it the formula =MOD(A1+c1,10).

- Copy B2 and paste it into all the cells in the grid except for the top row and the left and right columns.
- Now they are all adding the values of the two cells diagonally above them. Just put a “1″ in the middle of the top row and see what happens.

- To color the different digits, click Format, Conditional Formatting, and make some stuff up.

- I changed the font color to white and clicked File > Web Page Preview:

You could do some fun experiments with this, leading kids toward the idea of cellular automata!
No Comments »
Posted by: admin in Teachers, tags: pro
An extra credit assignment for my calculus class:
A pack of zombie dogs (ZDs) is reproducing quickly and killing humans. Scientists and calculus students have determined that the the total number of human deaths due to ZDs t days after the start of 2010 is given by

1. At the end of January 1st (t = 1), how many deaths have occurred?
2. At the end of January, how many deaths will have occurred?
3. Determine the number of deaths/day after t days: h′(t).
Hint: you may want to go “outside-in†with the chain rule.
4. Graph both h(t) and h’(t) on the same axes:
5. On what day will 90% of the human population (6.8 billion) be annihilated by ZDs?
6. When does the death rate reach half a billion per day?
7. When does the death rate hit its peak?
No Comments »
Posted by: admin in Teachers, tags: graph
I collected a set of various nonlinear graphs and hid the labels and scales. They’re good for discussions (I’m teaching exponential growth now). Here’s the Word file.

Can you match them all? Height of a projectile, iTunes sales, World Population of gorillas, Transfer speed versus message size on several networks, Heights of a group of men, Population of fruit flies in a container, Decay of radioactive atoms, Heights of babies over time.
1 Comment »
Posted by: admin in Teachers, tags: game, tool
I created a review game with this online tool today:

If you want to play it, here it is.
No Comments »
Posted by: admin in Teachers, tags: graphing
This could be illuminating for a class to generate: a map of the world where area is determined by population. Can you find Australia? Doing the US would be fun, with a huge California and tiny Alaska.

Found at http://www.geohive.com/earth/gen_popsize.aspx
No Comments »