Pascal Triangle is a triangular set of numbers that sums every number as the two numbers vertically above it. It takes its name from French mathematician Blaise Pascal, born in Clermont-Ferrand on June 19, 1623. Pascal's Triangle formula goes directly to the heart of algebra and combinatorics. Pascal’s triangle can be visualised by the following Pascal’s Triangle Diagram:
Pascal’s Triangle was first written in 1653 then known as a treatise on the arithmetic triangles, by French mathematician Blaise Pascal, but The history of Pascal’s triangle goes beyond 1653. Other mathematicians of ancient times from parts of the world, including Chinese, Indian, Persian, and Italian, also discovered this unique property of Arithmetics.
Pascal's triangle is an infinite array of numbers arranged in rows, where every row is equivalent to the coefficients of a binomial expansion. The formula used to calculate the entry in a triangle is referred to as the Pascal triangle formula. It begins with 1 at the top, and then each subsequent number is the sum of the two numbers directly above it.
To construct Pascal’s Triangle, you must follow these steps:
Step 1: Start with 1. The first row consists of a single 1.
Step 2: Generate New Rows, Each new row begins and ends with 1. For numbers in between, sum the two numbers directly above them. Such as (1 + 1 = 2).
Step 3: Repeat this process to generate more rows as needed. As shown below:
This method of constructing a Pascal’s Triangle is only valuable for small entries, but in practical usage or for large numbers of entries and variables, Pascal’s Triangle formula is used.
The Pascal Triangle formula is used to calculate the individual entries in Pascal's Triangle, which are binomial coefficients. These coefficients are important in both binomial expansions and combinatorics. The formula calculates the values for any given row and column of the triangle.
Each entry in Pascal’s Triangle is a binomial coefficient, often written as:
Here:
The connection between the Binomial Theorem and Pascal's Triangle is that Pascal's Triangle gives directly the binomial coefficients that are needed for the binomial expansion. Each row of Pascal's Triangle contains the coefficients for the corresponding power of the binomial expansion. For Example: The expansion of (a + b)n follows:
Pascal’s triangle finds its applications in mathematics for solving various types of problems. Here are some key areas where Pascal's Triangle is used:
Problem: Expand (x + y)4 using Pascal's Triangle.
Solution: For expansion, first, we write Pascal’s triangle up to the fourth row:
Here, the 4th row of Pascal’s triangle is [1 4 6 4 1], now using binomial expansion:
(x + y)4 = 1x4 + 4x3y + 6x2y2 + 4xy3 + 1y4
Thus, the expansion is:
(x+y)4 = x4 + 4x3y + 6x2y2 + 4xy3 + y4
Problem: How many ways can you choose 3 objects from a set of 5 objects?
Solution: Using the general formula of Pascal’s triangle:
C(5, 3)=10
In Pascal’s Triangle’s 5th row, that is, [1, 5, 10, 10, 5, 1], 10 is the 4th element in the 5th row (counting starts from 0). Therefore, there are 10 ways to choose 3 objects from a set of 5.
Problem 3: Find the 4th element in the 5th row of Pascal's Triangle.
Solution: Using the Pascal’s Triangle Formula, which is:
Here, n = 4 and k = 3
Now, put values of n and k in the equation:
C(n, k)=4
The 4th element in the 5th row of Pascal's Triangle is 4.
(Session 2025 - 26)