Worksheet2

Definition of an integer M mod N = the remainder of M/N.

One way of seeing patterns in Pascal's triangle is to color all the numbers M in the triangle such that M mod N is equal to 0 in one color, and all the other numbers in a second color.

Note that these explorations take a long time to color by hand. What we need is a computer program to draw them for us!