One day, you randomly decide to write down the first few lines of Pascal’s Triangle:
Adding up the horizontal rows, we get 1, 2, 4, 8, 16, and 32, respectively. Curiously, these sums are powers of 2. We notice that if denotes the row (we start at the 0th row), the sum of each row is . Let’s prove this by story telling!
Without loss of generality, we look at the sixth row. Suppose we have five distinct frogs (charmingly named A, B, C, D, and E) to bring to the FrogShow™. The number of frogs we can bring to the FrogShow™ ranges from 0 to 5. We wonder how many ways there are to bring the frogs. Holding up frog A, we realize that we can either bring A or not bring A, which gives us two possibilities. Likewise, we can either bring B or not bring B. Thus, we have ways of bringing our frog friends.
But there’s another way of choosing the frogs! From the five frogs, we can choose 0, 1, 2, 3, 4 and 5 frogs randomly. By definition,
is the notation for the number of ways to choose things out of . Thus, there are
ways to choose 0, 1, 2, 3, 4, or 5 frogs from our 5 frogs. But, how do we calculate, let’s say, ? There are ways to pick the first frog, ways to pick the second frog, and ways to pick the third frog, giving us . However, the order of the frogs don’t matter, so we end up with repeats, like but also ! So, we calculate the number of ways to rearrange the three frogs. There are ways to pick the first frog, ways to pick the second frog, and way to pick the third frog, giving us ways to rearrange the three frogs. Thus,
This process can be generalized to
Applying this to
we have ways of choosing our frogs.
Scrutinizing our work, our eyes widen with astonishment as we realize that is the sum of the sixth row of Pascal’s Triangle! It turns out that this can be generalized so that Pascal’s Triangle can be written as:
Because both ways of choosing or frogs out of frogs are equivalent,
This can be generalized to
which is why the sum of the rows of the Pascal’s Triangle are equal to powers of .
Interestingly, this is an application of the , which states that
When and , by the Binomial Theorem, we have
which is what we just proved!
In the world of mathematics, there are many elegant proofs. But sometimes, you may just need to tell a story.