• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
NCERT SolutionsCBSE NotesCBSE Exam
Home
Maths
Pascal’s Triangle

Pascal’s Triangle

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

1.0Pascal Triangle Explained

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 Triangle Definition

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.

2.0Pascal Triangle Construction

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: 

Pascal Triangle Construction

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. 

3.0Binomial Expansion Pascal's Triangle Formula

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:

C(n,k)=k!(n−k)!n!​

Here:

  • n is the row number (starting from 0)
  • k is the position in the row (starting from 0)
  • C(n,k) represents the binomial coefficient.

Binomial Theorem and Pascal's Triangle: Interrelation

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:

(a+b)=∑k−0n​C(n,k)an−kbk

4.0Applications of Pascal’s Triangle

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: 

  • Binomial Expansion: Pascal's Triangle gives the coefficients for the expansion of binomial expressions with the help of the binomial theorem.
  • Combinatorics: It can be used to calculate combinations or binomial coefficients, which is a very fundamental concept in counting problems.
  • Probability Theory: Pascal's Triangle gives the binomial probabilities in experiments with two possible outcomes, like success or failure.
  • Number Theory: It exposes patterns like triangular numbers and aids in the derivation of other sequences, such as Fibonacci numbers and Catalan numbers.
  • Recursive Algorithms: The recursive nature of Pascal's Triangle makes it useful in designing algorithms for computing binomial coefficients efficiently.

5.0Pascal's Triangle Examples

Problem: Expand (x + y)4 using Pascal's Triangle.

Solution: For expansion, first, we write Pascal’s triangle up to the fourth row: 

Sample Question son pascal's triangle

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(n,k)=k!(n−k)!n!​

C(5,3)=3!(5−3)!5!​=3!×2!5×4×3!​

C(5,3)=220​

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: 

C(n,k)=k!(n−k)!n!​

Here, n = 4 and k = 3

  • The 5th row corresponds to (x + y)4. So, n = 4 because the 5th row is the one corresponding to (x + y)4
  • In Pascal's Triangle, we start counting from 0, so the 4th element corresponds to k = 3.

Now, put values of n and k in the equation: 

C(n,k)=3!(4−3)!4!​=3!×14×3!​

C(n, k)=4

The 4th element in the 5th row of Pascal's Triangle is 4.

Table of Contents


  • 1.0Pascal Triangle Explained
  • 1.1Pascal Triangle Definition
  • 2.0Pascal Triangle Construction
  • 3.0Binomial Expansion Pascal's Triangle Formula
  • 3.1Binomial Theorem and Pascal's Triangle: Interrelation
  • 4.0Applications of Pascal’s Triangle
  • 5.0Pascal's Triangle Examples

Frequently Asked Questions

While both are named after Blaise Pascal, they are quite different concepts. Pascal's Triangle deals with binomial coefficients, while Pascal's Theorem concerns projective geometry and conic sections.

Pascal's Theorem has applications in computer graphics, geometric design, optical systems, and perspective drawings, as well as in higher mathematics and theoretical physics.

It provides values for binomial coefficients, which are essential in probability calculations.

The dual theorem of Pascal's Theorem is Brianchon's Theorem, which says that if a hexagon is circumscribed around a conic, then its diagonals meet at a single point.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO