Pascal's Triangle is a triangle of numbers where each number is the sum of the two numbers above it. Each row shows the coefficients of the binomial expansion for higher powers of a binomial expression.
The nth row (starting from n = 0) contains the binomial coefficients for
Though the triangle was named after Blaise Pascal as a result of his work in the seventeenth century; it was known long before then. The triangle was referred to by the Indian mathematician Pingala (c. 200 BCE) as the "Meru Prastara" (Mount Meru). The Chinese mathematician Yang Hui (c. 13th century) also studied the triangle more extensively and so the triangle is referred to as "Yang Hui's Triangle" in China. In Persia, Omar Khayyam (c. 11th century) also studied its application for solving polynomial equations. However, Pascal is the first person to have formalized a lot of the triangles properties in his treatise, Traité du triangle arithmétique, published in or around 1653.
The triangle starts with 1 at the top (row 0). Each number is obtained by adding the two numbers above it.
Example (first 6 rows):
General Rule:
The number at row n and position r is:
The sum of the numbers in any row n is equal to 2n.
The triangle is perfectly symmetric. The numbers in each row are the same from left to right and right to left. This is because
This property states that the sum of the numbers along a diagonal (starting from any 1 on the edge) is equal to the number below the last term in the next row, forming a "hockey stick" shape. Example: 1+3+6+10=20. In terms of combinations,
The second diagonal (starting with 1, 3, 6, 10...) represents the triangular numbers. The sum of two consecutive triangular numbers equals a square number.
By summing the numbers along the shallow diagonals of the triangle, you can find the Fibonacci sequence (1, 1, 2, 3, 5, 8, ...).
If the second element in a row (after the first 1) is a prime number, then all the other numbers in that row are multiples of that prime number.
Pascal’s Triangle is a versatile mathematical tool that can be used in numerous ways, especially for problems involving binomial expansions, combinations, and pattern recognition—key areas in JEE Mathematics. Here’s how you can effectively use Pascal’s Triangle in your problem-solving:
Finding Binomial Coefficients Quickly
Each entry in Pascal’s Triangle corresponds to a binomial coefficient . For any binomial expansion , simply select the nth row of Pascal’s Triangle to obtain all coefficients instantly, without manual calculation.
Example:
The coefficients for are 1, 4, 6, 4, 1.
Expanding Binomial Expressions
Pascal’s Triangle provides the coefficients required for expanding powers of binomials using the Binomial Theorem.
Simply match the coefficients from the nth row to the respective terms in the expansion.
Solving Combinatorial Problems
In permutation and combination problems, the triangle gives the number of ways to choose (k) objects from (n) ((\binom{n}{k})). This is especially useful for probability and selection-based questions in JEE.
Example:
The number of ways to choose 3 out of 6 objects is found at the 6th row, 3rd entry: (\binom{6}{3} = 20).
Identifying and Using Patterns
Pascal’s Triangle reveals several mathematical patterns—like symmetry, the Hockey Stick identity, and Fibonacci numbers along certain diagonals—that can simplify complex algebraic or combinatorial problems.
Calculating Sums and Series
By using the properties of Pascal’s Triangle, you can quickly find the sum of combinations or powers of 2. For instance, the sum of the numbers in the nth row is always (2^n).
Applying in Probability
Coefficients from Pascal’s Triangle are used in binomial probability distributions to calculate probabilities of specific outcomes, such as in coin-tossing problems.
Verifying Algebraic Identities
Pascal’s Triangle aids in verifying and proving identities, such as the Binomial Theorem, combinatorial identities, and relationships among coefficients in polynomial equations.
Question:
Find the value of using Pascal’s Triangle.
Solution:
Locate the 9th row and the 4th position (starting from 0).
Question:
What is the coefficient of in the expansion of ?
Solution:
The general term:
For (k = 5):
Question:
How many ways can a committee of 3 students be formed from a group of 8?
Solution:
Directly use Pascal’s Triangle:
Question:
Verify the Hockey Stick Property for the numbers .
Solution:
According to the Hockey Stick identity,
But since the property includes all combinations from (n) to (n+k), we should check the sum:
It differs by 1 from , so ensure the correct application: the sum from yields , which matches for a complete diagonal.
Question:
Calculate the sum of all numbers in the 8th row of Pascal’s Triangle.
Solution:
.
Question:
Find the coefficient of in the expansion of .
Solution:
Use :
So, the coefficient is 10.
Question:
Show that the sum of the shallow diagonal of Pascal’s Triangle corresponds to a Fibonacci number. For the diagonal starting at .
Solution:
Sum: (1 + 3 + 1 = 5), which is the 5th Fibonacci number.
(Session 2026 - 27)