Last Time | Next Time |
We created a more modern version of Yanghui's triangle, called "Pascal's Triangle" -- named after Blaise Pascal, who studied it extensively.
Pascal's triangle simply doesn't care if you go right then left, or left then right: you end up in the same Plinko spot. So Pascal says "2 ways to do that". "1 way to get HH", "1 way to get TT", but two ways to get a head and a tail (HT and TH). Pascal's triangle does the accounting: \[ 1 \hspace{1in} 2 \hspace{1in} 1 \] The next row is the ways of getting three heads, two heads, one head, and no heads: \[ 1 \hspace{1in} 3 \hspace{1in} 3 \hspace{1in} 1 \]
And, by counting the leaves of the binary tree, we see that it's always a power of 2! So the sum of the rows of Pascal's triangle has to be a power of 2.... Now we understand Emilee's "power of 2" rule;
but also her rule about adding the "two above" to get the value in the next row. That's the plinko rule!:) Or the Hexstat rule. Where do balls come from at any point in the triangle? From the two spots right above.
Now, if we don't care about "who's who", then we can see all the different types, or "configurations", of Facebooks we can have.
(That's weird, and the sort of thing that gets mathematicians up in the morning, and keeps them up at night.)
I produced this picture so that the "duals" of each graph appear reflected about the middle column.
Note that the graphs in the middle column have to have duals in the middle column (and some of the graphs are self dual -- can you see which ones?).
Now how many different Facebook configurations are there for, say
Both $n$ and $p$ start from 0: that is, there is a zeroth row, and a zeroth entry (thinking left to right, say). So the "1" at the top of the triangle is the zeroth entry in the zeroth row, and it tell us how many ways there are to choose 0 elements from a set with 0 elements: 1!:)
After that, things make a little more sense: so in the next row, you discover how many ways to take objects from a set with 1 element: you can take none in 1 way, and all in 1 way.
This way of thinking about the numbers is why the triangle was so useful to Pascal: for his gambling habit!
Think about cards, for example. It's all about "how many ways":
For $n$ objects,
Hopefully it's also clear that there are $n$ ways to choose 1 from among $n$ things;
So we look to the row containing the number of friendships possible between $n$ people.
We won't draw them all, because there are $2^6=64$ different Facebooks! (11 different configurations, but 64 distinct version of those 11 configurations.)