Practice

#3 Bijections and Encoding Objects

Log in to track solved progress and bookmarks.
Filter: Reset
#3.1
#3.1

Subsets as Strings

Subsets Grade 8 Grade 9 ★★☆☆☆

Construct a bijection between subsets of \(\{1,\ldots,n\}\) and binary strings of length \(n\). Conclude that there are \(2^n\) subsets.

Details
Problem: COM-B2-M03-P001
Difficulty: Level 2 of 5
Tag: Subsets
Grade: Grade 8, Grade 9
#3.2
#3.2

Paths as Words

Bijection Grade 8 Grade 9 ★★☆☆☆

How many monotone paths go from \((0,0)\) to \((5,4)\), using only right and up steps?

Details
Problem: COM-B2-M03-P002
Difficulty: Level 2 of 5
Tag: Bijection
Grade: Grade 8, Grade 9
#3.3
#3.3

Nonnegative Solutions

Stars and Bars Grade 8 Grade 9 ★★☆☆☆

How many nonnegative integer solutions does \(x_1+x_2+x_3=10\) have?

Details
Problem: COM-B2-M03-P003
Difficulty: Level 2 of 5
Tag: Stars and Bars
Grade: Grade 8, Grade 9
Source: com_3.md (method inspiration)
#3.4
#3.4

Positive Solutions

Stars and Bars Grade 8 Grade 9 ★★☆☆☆

How many positive integer solutions does \(x_1+x_2+x_3+x_4=17\) have?

Details
Problem: COM-B2-M03-P004
Difficulty: Level 2 of 5
Tag: Stars and Bars
Grade: Grade 8, Grade 9
#3.5
#3.5

Complement of a Subset

Complement method Grade 8 Grade 9 ★★☆☆☆

Prove combinatorially that \(\binom{n}{k}=\binom{n}{n-k}\).

Details
Problem: COM-B2-M03-P005
Difficulty: Level 2 of 5
Tag: Complement method
Grade: Grade 8, Grade 9
#3.6
#3.6

Even and Odd Are Equal

Parity Grade 9 Grade 10 ★★★☆☆

Prove that for an \(n\)-element set with \(n\ge1\), the number of even-sized subsets equals the number of odd-sized subsets.

Details
Problem: COM-B2-M03-P006
Difficulty: Level 3 of 5
Tag: Parity
Grade: Grade 9, Grade 10
#3.7
#3.7

Pascal Identity

Subsets Grade 9 Grade 10 ★★★☆☆

Prove by bijection the identity \(\binom{n}{k}=\binom{n-1}{k}+\binom{n-1}{k-1}\).

Details
Problem: COM-B2-M03-P007
Difficulty: Level 3 of 5
Tag: Subsets
Grade: Grade 9, Grade 10
#3.8
#3.8

Path Through a Point

Bijection Grade 9 Grade 10 ★★★☆☆

How many monotone paths from \((0,0)\) to \((7,5)\) pass through \((3,2)\)?

Details
Problem: COM-B2-M03-P008
Difficulty: Level 3 of 5
Tag: Bijection
Grade: Grade 9, Grade 10
#3.9
#3.9

Lower Bounds

Stars and Bars Grade 9 Grade 10 ★★★☆☆

How many integer solutions does \(x_1+x_2+x_3+x_4=30\) have if \(x_1\ge2\), \(x_2\ge4\), \(x_3\ge0\), \(x_4\ge5\)?

Details
Problem: COM-B2-M03-P009
Difficulty: Level 3 of 5
Tag: Stars and Bars
Grade: Grade 9, Grade 10
#3.10
#3.10

No Consecutive Numbers

Subsets Grade 9 Grade 10 ★★★☆☆

How many \(5\)-element subsets of \(\{1,\ldots,18\}\) contain no consecutive numbers?

Details
Problem: COM-B2-M03-P010
Difficulty: Level 3 of 5
Tag: Subsets
Grade: Grade 9, Grade 10
#3.11
#3.11

Partitions and Transposition

Bijection Grade 9 Grade 10 ★★★☆☆

Prove that the number of partitions of \(n\) into at most \(k\) parts equals the number of partitions of \(n\) in which each part is at most \(k\).

Details
Problem: COM-B2-M03-P011
Difficulty: Level 3 of 5
Tag: Bijection
Grade: Grade 9, Grade 10
#3.12
#3.12

Compositions and Separators

Stars and Bars Grade 9 Grade 10 ★★★☆☆

Prove that the number of ways to write \(n\) as a sum of \(k\) positive integers, with order taken into account, is \(\binom{n-1}{k-1}\).

Details
Problem: COM-B2-M03-P012
Difficulty: Level 3 of 5
Tag: Stars and Bars
Grade: Grade 9, Grade 10
Source: com_3.md (method inspiration)
#3.13
#3.13

Path Below the Diagonal

Reflection Grade 9 Grade 10 ★★★★☆

Find the number of paths from \((0,0)\) to \((n,n)\), using \(R,U\), that never go above the line \(y=x\).

Details
Problem: COM-B2-M03-P013
Difficulty: Level 4 of 5
Tag: Reflection
Grade: Grade 9, Grade 10
#3.14
#3.14

Ballot Count

Reflection Grade 10 Grade 11 ★★★★☆

Let \(p>q\). How many words with \(p\) letters \(A\) and \(q\) letters \(B\) have the property that in every initial segment, the number of \(A\)'s is strictly greater than the number of \(B\)'s?

Details
Problem: COM-B2-M03-P014
Difficulty: Level 4 of 5
Tag: Reflection
Grade: Grade 10, Grade 11
#3.15
#3.15

Parentheses and Paths

Bijection Grade 9 Grade 10 ★★★★☆

Construct a bijection between correct parenthesis sequences with \(n\) pairs of parentheses and paths from \((0,0)\) to \((n,n)\) that never go above the diagonal \(y=x\).

Details
Problem: COM-B2-M03-P015
Difficulty: Level 4 of 5
Tag: Bijection
Grade: Grade 9, Grade 10
#3.16
#3.16

Distinct and Odd Parts

Bijection Grade 10 Grade 11 ★★★★☆

Prove that the number of partitions of \(n\) into distinct parts equals the number of partitions of \(n\) into odd parts.

Details
Problem: COM-B2-M03-P016
Difficulty: Level 4 of 5
Tag: Bijection
Grade: Grade 10, Grade 11
#3.17
#3.17

An Involution for an Alternating Sum

Binomial Coefficients Grade 10 Grade 11 ★★★★☆

Give a bijective proof that \(\sum_{k=0}^{n}(-1)^k\binom nk=0\) for \(n\ge1\).

Details
Problem: COM-B2-M03-P017
Difficulty: Level 4 of 5
Tag: Binomial Coefficients
Grade: Grade 10, Grade 11
#3.18
#3.18

Prüfer Code

Graphs Grade 10 Grade 11 ★★★★★

Prove that the number of labelled trees on vertices \(1,\ldots,n\) is \(n^{n-2}\).

Details
Problem: COM-B2-M03-P018
Difficulty: Level 5 of 5
Tag: Graphs
Grade: Grade 10, Grade 11
#3.19
#3.19

Catalan Objects

Bijection Grade 10 Grade 11 ★★★★★

Construct a bijection between correct parenthesis sequences with \(n\) pairs of parentheses and triangulations of a convex \((n+2)\)-gon, using the recursive description: the first pair of parentheses determines the triangle adjacent to a fixed side.

Details
Problem: COM-B2-M03-P019
Difficulty: Level 5 of 5
Tag: Bijection
Grade: Grade 10, Grade 11
#3.20
#3.20

General Reflection

Reflection Grade 10 Grade 11 ★★★★★

Let \(a\ge b\). Find the number of paths from \((0,0)\) to \((a,b)\), using \(R,U\), that never go above the diagonal \(y=x\).

Details
Problem: COM-B2-M03-P020
Difficulty: Level 5 of 5
Tag: Reflection
Grade: Grade 10, Grade 11