Skip to content
E
hscscience Maths Ext 1 · Y11
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 4 · L8 of 15 ~35 min ⚡ +95 XP available

Pascal's Triangle & Its Properties

One triangle. Countless patterns. Every row sums to a power of 2. Every entry can be found with a single combination. Diagonal "hockey-sticks" sum to entries at their tip. In this lesson you'll master the structure of Pascal's triangle and use its properties to answer questions that would otherwise require long calculations.

Today's hook — Row 0 of Pascal's triangle is just "1". Row 1 is "1 1". Row 2 is "1 2 1". What is the sum of all the numbers in row 6? You could add them up individually — or you could use a single formula and get the answer in one step. By the end of this lesson you'll know why, and you'll discover three more patterns hidden in the triangle.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Row 0 of Pascal's triangle sums to 1. Row 1 sums to 2. Row 2 sums to 4. Row 3 sums to 8. Without calculating — what does row 6 sum to? Is there a pattern, and if so, what is it? Write your gut answer before reading on.

auto-saved
02
The two moves
+5 XP to read

Every Pascal's triangle question reduces to two operations: identify the row and position (numbering both from zero), then read off the entry as $^nC_k$ or apply a property (row sum, hockey-stick, symmetry) to answer without building the full triangle.

Row $n$ of Pascal's triangle contains the values $^nC_0, \,^nC_1, \ldots, \,^nC_n$. The top row is row 0, the leftmost entry of each row is position 0. Both start at zero — a perpetual exam trap for students who number from 1.

LOCATE row n, pos k from zero APPLY ⁿCₖ or row sum = 2ⁿ find entry use property
$^nC_k = $ entry at row $n$, position $k$
Row sum = $2^n$
Sum of all entries in row $n$ is $2^n$. Row 6 sums to $2^6 = 64$. Instantly answer "sum of row" questions without building the row.
Rows read the same both ways
Each row is a palindrome (reads the same left to right and right to left) because $^nC_k = \,^nC_{n-k}$. Row 5: 1 5 10 10 5 1.
Hockey-stick identity
$^rC_r + \,^{r+1}C_r + \cdots + \,^nC_r = \,^{n+1}C_{r+1}$. Summing a diagonal gives the entry at its "tip".
03
What you'll master
Know

Key facts

  • Row $n$ contains $^nC_0, \,^nC_1, \ldots, \,^nC_n$; both row and position number from 0
  • Row $n$ sum $= 2^n$
  • Hockey-stick identity: $\sum_{k=r}^{n}\,^kC_r = \,^{n+1}C_{r+1}$
Understand

Concepts

  • Why each row is a palindrome (symmetry of combinations)
  • Why the row sum equals $2^n$ (connection to subsets)
  • Why the hockey-stick sums a diagonal into a single entry
Can do

Skills

  • Write out any row of Pascal's triangle using $^nC_k$
  • Find any entry by row and position, or use properties to avoid building the triangle
  • Apply the hockey-stick identity to evaluate diagonal sums
04
Key terms
Row $n$The $(n+1)$th row of the triangle (counting from the top, starting at row 0). Contains $n+1$ entries: $^nC_0$ through $^nC_n$.
Position $k$The position within a row, starting at $k = 0$ on the left. The entry at row $n$, position $k$ is $^nC_k$.
Row sum$^nC_0 + \,^nC_1 + \cdots + \,^nC_n = 2^n$. Equals the number of subsets of an $n$-element set.
Palindrome rowEach row reads the same left to right and right to left because $^nC_k = \,^nC_{n-k}$ (symmetry property).
Hockey-stick identity$^rC_r + \,^{r+1}C_r + \cdots + \,^nC_r = \,^{n+1}C_{r+1}$. Summing down a diagonal gives the entry one step to the right in the next row.
DiagonalA set of entries in Pascal's triangle where the column (right-to-left value) remains fixed while the row increases: $1, 1, 1, \ldots$ (column 0); $1, 2, 3, 4, \ldots$ (column 1); $1, 3, 6, 10, \ldots$ (column 2), etc.
05
Structure of Pascal's triangle
core concept

Pascal's triangle is an infinite triangular array where row $n$ contains the values $^nC_0, \,^nC_1, \ldots, \,^nC_n$. The top entry (row 0) is $^0C_0 = 1$. Each subsequent row is built by placing $1$s at both ends and using Pascal's identity for every interior entry.

n=0 n=1 n=2 n=3 n=4 n=5 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 2⁰=1 2¹=2 2²=4 2³=8 2⁴=16 2⁵=32 Row n = coefficients of (a+b)ⁿ · Entry at (n, k) = ⁿCₖ Both row numbers and position numbers start at 0

Rows 0–5 of Pascal's triangle. Each row $n$ sums to $2^n$ (shown right). Both rows and positions count from zero.

The entry at row $n$, position $k$ (both starting from 0) is always $^nC_k$. To find an entry, you need only two pieces of information: the row number and the position within that row.

Connection to binomial coefficients. Row $n$ gives the coefficients of the expansion $(a + b)^n$. For example, row 3 gives $1, 3, 3, 1$, so $(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$. This connection is why the entries are called "binomial coefficients" — and it leads directly to the Binomial Theorem in Lesson 9.

Row n contains ^nC_0, \,^nC_1, , \,^nC_n — that is n+1 entries in total; Numbering from zero: top row is row 0, leftmost entry is position 0

Pause — copy Pascal's triangle structure into your book: row $n$ has $n+1$ entries — $^nC_0, ^nC_1, \ldots, ^nC_n$; rows numbered from zero; each entry = sum of two above (Pascal's identity); leftmost and rightmost entries always equal 1.

Quick check: In Pascal's triangle, the top row (containing just "1") is called row number:

06
Properties of Pascal's triangle
core concept

We just saw that Pascal's triangle row $n$ contains $^nC_0, ^nC_1, \ldots, ^nC_n$ with each entry the sum of the two above it (Pascal's identity). That raises a question: beyond its construction rule, Pascal's triangle has properties about row sums and symmetry — what are these, and how do you prove them? This card answers it → row sum $= 2^n$ (set $a=b=1$ in Binomial Theorem); symmetry $^nC_k = ^nC_{n-k}$ (rows are palindromes).

Beyond its construction rule (each entry = sum of two above), Pascal's triangle has three major properties you must know for the HSC.

Property 1 — Row sum:

$$\sum_{k=0}^{n}\,^nC_k = 2^n$$

Proof: set $a = b = 1$ in the Binomial Theorem $(a+b)^n = \sum_{k=0}^{n}\,^nC_k a^{n-k}b^k$. The left side becomes $2^n$; the right side is $\sum\,^nC_k$.

Property 2 — Symmetry: Each row reads the same from left to right and right to left, because $^nC_k = \,^nC_{n-k}$. Row 4: $1, 4, 6, 4, 1$ — a palindrome.

Property 3 — Hockey-stick identity:

$$^rC_r + \,^{r+1}C_r + \,^{r+2}C_r + \cdots + \,^nC_r = \,^{n+1}C_{r+1}$$

Start at $^rC_r = 1$ (the boundary entry), then sum down the diagonal — the total equals the entry one step to the right in the next row down. The name "hockey stick" comes from the shape traced in the triangle: a straight diagonal handle and a curved tip.

Why "hockey stick"? In Pascal's triangle, mark the diagonal entries $^rC_r, \,^{r+1}C_r, \ldots, \,^nC_r$ — this forms the straight handle of a hockey stick. The entry $^{n+1}C_{r+1}$ at the tip (one step to the right and down from the bottom of the handle) is the sum. Visualise it: entries $1, 4, 10, 20$ in column 1 (starting at $^1C_1$) sum to $^5C_2 = 35$? Check: $1 + 4 + 10 + 20 = 35$ ✓.

Row sum: _{k=0}^n \,^nC_k = 2^n — set a = b = 1 in Binomial Theorem; Symmetry: ^nC_k = \,^nC_{n-k} — rows are palindromes

Pause — copy the three Pascal's triangle properties into your book: (1) row sum $\sum_{k=0}^n ^nC_k = 2^n$ (set $a=b=1$ in Binomial Theorem); (2) symmetry $^nC_k = ^nC_{n-k}$; (3) the leading diagonal contains the triangular numbers.

Did you get this? True or false: the sum of all entries in row 8 of Pascal's triangle is 256.

PROBLEM 1 · ROW SUM

Find the sum of all entries in row 6 of Pascal's triangle.

1
Apply the row sum formula: $\sum_{k=0}^{n}\,^nC_k = 2^n$. Here $n = 6$.
Do not build the triangle or add the entries individually — use the formula directly.
PROBLEM 2 · FINDING AN ENTRY

Find the 4th entry in row 7 of Pascal's triangle (where positions are numbered starting from 0).

1
Row 7 contains $^7C_0, \,^7C_1, \,^7C_2, \,^7C_3, \ldots$ Position 0 is $^7C_0$, position 3 is $^7C_3$.
The "4th entry" (position 3, since we count from 0) corresponds to $^7C_3$.
PROBLEM 3 · HOCKEY-STICK IDENTITY

Use the hockey-stick identity to evaluate $^2C_2 + \,^3C_2 + \,^4C_2 + \,^5C_2 + \,^6C_2$.

1
Identify the pattern: this is $\sum_{k=2}^{6}\,^kC_2$, which matches the hockey-stick form $\sum_{k=r}^{n}\,^kC_r$ with $r = 2$ and $n = 6$.
The sum starts at $^rC_r = \,^2C_2 = 1$ and runs down the diagonal in column 2.

Fill the gap: The middle entry of row 8 (position 4 of row 8) equals $^8C_4 = $ .

Trap 01
Numbering rows and positions from 1
The most common error: treating the top row as "row 1" and the leftmost entry as "position 1". This shifts every calculation by 1. Always start from 0: the top row is row 0, and $^nC_k$ is the entry at position $k$ (not $k+1$).
Trap 02
Adding row entries instead of using $2^n$
Students who don't know the row sum formula write out the entire row and add all entries. For large $n$ (like row 10 or 12), this is error-prone and slow. Lock in $\sum \,^nC_k = 2^n$ so you can answer immediately.
Trap 03
Misidentifying the hockey-stick tip
The hockey-stick result is $^{n+1}C_{r+1}$ — both $n$ and $r$ increase by 1. A common mistake is writing $^{n+1}C_r$ or $^nC_{r+1}$. Remember: the tip is one row below the last term AND one position to the right.

Did you get this? True or false: the sum of row 10 of Pascal's triangle is 1024.

Odd one out: Which of these is NOT a true property of Pascal's triangle?

Work mode · how are you completing this lesson?
1

Write out row 5 of Pascal's triangle. State each entry as both a number and a combination $^nC_k$.

2

Find the sum of all entries in row 8. Use the formula — do not add them individually.

3

Find the middle entry of row 8. (Recall: row 8 has 9 entries, so the middle is position 4.)

4

Use the hockey-stick identity to evaluate $^3C_3 + \,^4C_3 + \,^5C_3 + \,^6C_3$. Identify $r$ and $n$, state the identity, then compute the answer.

5

Explain in your own words why the row sum formula $\sum_{k=0}^n \,^nC_k = 2^n$ makes sense in terms of subsets. How many subsets does a set of $n$ elements have?

11
Revisit your thinking

Earlier you were asked: what does row 6 sum to?

The answer is $2^6 = 64$. The pattern you may have noticed — each row sum doubles the previous one — is exactly right. Row 0: $1 = 2^0$. Row 1: $2 = 2^1$. Row 2: $4 = 2^2$. And so on. This is not a coincidence: it reflects the fact that a set of $n$ elements has exactly $2^n$ subsets, and each subset is counted exactly once somewhere in row $n$.

The triangle is also symmetric (palindrome rows) and obeys the hockey-stick identity. Together, these three properties — row sum, symmetry, and hockey-stick — let you answer most Pascal's triangle questions in seconds, without building the entire triangle from scratch.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 31 mark

Q1. Write out row 5 of Pascal's triangle, listing all six entries as numbers. (1 mark)

auto-saved
ApplyBand 42 marks

Q2. (a) State the sum of all entries in row 9. (b) Find the entry at row 9, position 2. (2 marks)

auto-saved
AnalyseBand 53 marks

Q3. (a) Use the hockey-stick identity to evaluate $^1C_1 + \,^2C_1 + \,^3C_1 + \,^4C_1 + \,^5C_1$. (b) Express the result as a single combination and compute its numerical value. (c) Verify your answer by adding the five terms individually. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers: 1. Row 5: $^5C_0=1$, $^5C_1=5$, $^5C_2=10$, $^5C_3=10$, $^5C_4=5$, $^5C_5=1$ · 2. Sum $= 2^8 = 256$ · 3. $^8C_4 = \frac{8!}{4!4!} = \frac{8\times7\times6\times5}{24} = 70$ · 4. $r=3$, $n=6$: $\sum = \,^7C_4 = 35$ · 5. Each element is in or out of the subset (2 choices each), giving $2^n$ total subsets; $^nC_k$ counts $k$-element subsets, so summing over all $k$ gives all subsets $= 2^n$.

Q1 (1 mark): 1, 5, 10, 10, 5, 1 [1 mark for all six correct].

Q2 (2 marks): (a) $2^9 = 512$ [1]. (b) $^9C_2 = \frac{9 \times 8}{2} = 36$ [1].

Q3 (3 marks): (a) $r = 1$, $n = 5$; hockey-stick gives $\sum_{k=1}^{5}\,^kC_1 = \,^6C_2$ [1]. (b) $^6C_2 = \frac{6 \times 5}{2} = 15$ [1]. (c) $1 + 2 + 3 + 4 + 5 = 15$ ✓ [1]. Note: the hockey-stick with $r = 1$ gives the triangular numbers: $1, 1+2=3, 1+2+3=6, \ldots$

01
Boss battle · The Triangle Master
earn bronze · silver · gold

Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering Pascal's triangle questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Pascal's Triangle & Its Properties?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →