Pascal’s triangle is a never-ending equilateral triangle of numbers that follow a rule of adding the two numbers above to get the number below. Two of the sides are “all 1's” and because the triangle is infinite, there is no “bottom side.”
It is named for Blaise Pascal, a 17th-century French mathematician who used the triangle in his studies in probability theory. However, it has been studied throughout the world for thousands of years, particularly in ancient India and medieval China, and during the Golden Age of Islam and the Renaissance, which began in Italy before spreading across Europe.
Simple as this pattern is, it has surprising connections throughout many areas of mathematics, including algebra, number theory, probability, combinatorics (the mathematics of countable configurations) and fractals. In a 2013 "Expert Voices" column for Live Science, Michael Rose, a mathematician studying at the University of Newcastle, described many of the patterns hidden in Pascal's triangle. In this article, we'll delve specifically into the properties found in higher mathematics.
One color each for Alice, Bob, and Carol: A case like this where order does matter is called a permutation. For a case with five options where three will be chosen and ordered, this number of possible permutations is expressed as 5P3 and calculated as 5!/(5-3)!. The operator “!” is called a factorial, which means multiply all the lesser whole numbers down through one (e.g. 5! = 5 × 4 × 3 × 2 × 1) The expression for 5P3 simplifies to 5!/2! = 5 × 4 × 3 = 60Three colors for a single poster: A case like this where order does not matter is called a combination. The number of possible combinations will always be a fraction of the number of possible permutations. For a case with five options where three will be chosen, this is expressed as 5C3 and calculated as 5!/[3! (5-3)!] = 5!/(3! × 2!) = 5 × 4 × 3 / (3 × 2 × 1) = 10This second case is significant to Pascal’s triangle, because the values can be calculated as follows:
The numbers of Pascal’s triangle match the number of possible combinations (nCr) when faced with having to choose r-number of objects among n-number of available options. (Image credit: Robert J. Coolman)From the process of generating Pascal’s triangle, we see any number can be generated by adding the two numbers above. Mathematically, this is expressed as nCr = n-1Cr-1 + n-1Cr — this relationship has been noted by various scholars of mathematics throughout history.
Using summation notation, the binomial theorem may be succinctly written as:
The binomial theorem written out in summation notation. (Image credit: Robert J. Coolman)
For example for three coin flips, there are 2 × 2 × 2 = 8 possible heads/tails sequences. When sorted into groups of “how many heads (3, 2, 1, or 0)”, each group is populated with 1, 3, 3, and 1 sequences, respectively. Notice how this matches the third row of Pascal’s Triangle. It’s been proven that this trend holds for all numbers of coin flips and all the triangle’s rows.
According to George E.P. Box in "Statistics for Experimenters" (Wiley, 1978), for large numbers of coin flips (above roughly 20), the binomial distribution is a reasonable approximation of the normal distribution, a fundamental “bell-curve” distribution used as a foundation in statistical analysis. This approximation significantly simplifies the statistical analysis of a great deal of phenomena.
A physical example of this approximation can be seen in a bean machine, a device that randomly sorts balls to bins based on how they fall over a triangular arrangement of pegs. Because a ball hitting a peg has an equal probability of falling to the left or right, the likelihood of a ball landing all the way to the left (or right) after passing a certain number of rows of pegs exactly matches the likelihood of getting all heads (or tails) from the same number of coin flips. After a sufficient number of balls have collected past a triangle with n rows of pegs, the ratios of numbers of balls in each bin are most likely to match the nth row of Pascal’s Triangle.
Sums along a certain diagonal of Pascal’s triangle produce the Fibonacci sequence. (Image credit: Robert J. Coolman)
For Pascal’s triangle, coloring numbers divisible by a certain quantity produces a fractal. Like Pascal’s triangle, these patterns continue on into infinity. (Image credit: Robert J. Coolman)Additional resources
For more discussion about Pascal's triangle, go to:
Math Is FunWolfram MathWorldAmerican Mathematical Society