Explanation of Mathematics




Before we dive into the mathematics behind Pascal’s Triangle and the many patterns that have been discovered over time, enjoy this brief video that introduces several of those patterns and their significance.




Now we will provide a brief explanation of the patterns found in Pascal’s Triangle.

We have observed that Pascal’s triangle contains many mathematical patterns. Something else to be considered about Pascal’s triangle is how subsets are closely related to it. We may consider the following examples: First, we can find all of the subsets for the letters in the word MATH by separating them according to the number of elements. We can then do the same for the name BLAISE. The subsets of each can be seen in the tables below.




Are we beginning to observe a pattern? By the given examples, we have discovered the connection between Pascal’s triangle and subsets. In fact, what we really have discovered is the connection between Pascal’s triangle and the number of possible combinations, as that is what the number of subsets represents. The following is an image of Pascal’s triangle represented with combination notation.


Now the initial pattern we notice in Pascal’s triangle is how a number on any given row is the sum of the two numbers above it. Considering the triangle with combination notation, we can again observe this pattern. If studying algebra, one will learn that the numbers within Pascal’s Triangle correspond with the coefficients in a binomial expansion. This leads us to ask the question of why exactly the coefficients in binomial expansions are actually combinations? We may consider the general case of (x+y)^n. Note that order does not matter, which means we will be working with combinations. We will be thinking about choosing an x to find each coefficient. Starting with the first term when (x+y)^n is expanded, we know it will contain only x’s and no y’s with a coefficient of 1. Since there is only one way to choose zero y’s from n, then this is represented as C(n,0) = 1. Next will be the y term. There are n ways to choose one y from n possibilities. Just as the coefficient of y is n, similarly C(n,1) = n. Following this is the y^2 term. There are n ways for the first y, then (n-1) ways for the second y. This means there would be (n(n-1))/2! Possible ways of choosing two y’s which would be the coefficient for y^2. In other words, C(n,2) = (n(n-1))/2!. Continuing this process we would discover that C(n,3) = n(n-1)(n-2)/3!. Furthermore, the term y^r would have the coefficient C(n,r) = n(n-1)(n-2)(n-3)…(n-r+1)/r!. Now test it out on Pascal’s Triangle. For any case it will be proven true. In order to see a more specific example, observe the following binomial expansion. (x + y)^4 = _______(x^4) + _____(x^3)(y) + _____(x^2)(y^2) + _____ (x)(y^3) + _____(y^4) (x + y)^4 = C(4,0)*(x^4) + C(4,1)*(x^3)(y) + C(4,2)*(x^2)(y^2) + C(4,3)* (x)(y^3) + C(4,4)*(y^4) OR (x + y)^4 = 1(x^4) + 4(x^3)(y) + 6(x^2)(y^2) + 4(x)(y^3) + 1(y^4) Now we can clearly see how the coefficients can be directly found in Pascal’s Triangle.