Practice

#10 Recursion and Sequences

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

Five Stairs

Fibonacci Grade 7 Grade 8 ★☆☆☆☆

In how many ways can one climb \(5\) stairs if each move is \(1\) or \(2\) stairs?

Details
Problem: COM-B1-M10-P001
Difficulty: Level 1 of 5
Tag: Fibonacci
Grade: Grade 7, Grade 8
#10.2
#10.2

A \(2\times4\) Board

Tiling Grade 7 Grade 8 ★☆☆☆☆

In how many ways can a \(2\times4\) board be tiled by dominoes?

Details
Problem: COM-B1-M10-P002
Difficulty: Level 1 of 5
Tag: Tiling
Grade: Grade 7, Grade 8
#10.3
#10.3

Strings of Length \(4\)

Binary strings Grade 7 Grade 8 ★☆☆☆☆

How many binary strings of length \(4\) contain no two adjacent ones?

Details
Problem: COM-B1-M10-P003
Difficulty: Level 1 of 5
Tag: Binary strings
Grade: Grade 7, Grade 8
#10.4
#10.4

Path \((0,0)\to(2,3)\)

Counting Grade 7 Grade 8 ★☆☆☆☆

How many shortest paths go from \((0,0)\) to \((2,3)\), if only right and up moves are allowed?

Details
Problem: COM-B1-M10-P004
Difficulty: Level 1 of 5
Tag: Counting
Grade: Grade 7, Grade 8
#10.5
#10.5

Sixth Term

Recursion Grade 7 Grade 8 ★☆☆☆☆

A sequence is defined by \(a_1=1\), \(a_2=2\), \(a_n=a_{n-1}+a_{n-2}\). Find \(a_6\).

Details
Problem: COM-B1-M10-P005
Difficulty: Level 1 of 5
Tag: Recursion
Grade: Grade 7, Grade 8
#10.6
#10.6

Ten Stairs

Fibonacci Grade 7 Grade 8 ★★☆☆☆

In how many ways can one climb \(10\) stairs using steps of \(1\) or \(2\)?

Details
Problem: COM-B1-M10-P006
Difficulty: Level 2 of 5
Tag: Fibonacci
Grade: Grade 7, Grade 8
#10.7
#10.7

A \(2\times8\) Board

Tiling Grade 7 Grade 8 ★★☆☆☆

In how many ways can a \(2\times8\) board be tiled by dominoes?

Details
Problem: COM-B1-M10-P007
Difficulty: Level 2 of 5
Tag: Tiling
Grade: Grade 7, Grade 8
#10.8
#10.8

Strings of Length \(8\)

Binary strings Grade 7 Grade 8 ★★☆☆☆

How many binary strings of length \(8\) contain no two adjacent ones?

Details
Problem: COM-B1-M10-P008
Difficulty: Level 2 of 5
Tag: Binary strings
Grade: Grade 7, Grade 8
#10.9
#10.9

Path \((0,0)\to(4,3)\)

Binomial coefficients Grade 7 Grade 8 ★★☆☆☆

How many shortest paths go from \((0,0)\) to \((4,3)\)?

Details
Problem: COM-B1-M10-P009
Difficulty: Level 2 of 5
Tag: Binomial coefficients
Grade: Grade 7, Grade 8
#10.10
#10.10

Path Through a Point

Product rule Grade 8 Grade 9 ★★☆☆☆

How many shortest paths from \((0,0)\) to \((5,4)\) pass through \((2,1)\)?

Details
Problem: COM-B1-M10-P010
Difficulty: Level 2 of 5
Tag: Product rule
Grade: Grade 8, Grade 9
#10.11
#10.11

Strip of \(9\) Cells

Tiling Grade 8 Grade 9 ★★☆☆☆

In how many ways can a \(1\times9\) strip be tiled by \(1\times1\) and \(1\times2\) tiles?

Details
Problem: COM-B1-M10-P011
Difficulty: Level 2 of 5
Tag: Tiling
Grade: Grade 8, Grade 9
#10.12
#10.12

No Consecutive Numbers

Subsets Grade 8 Grade 9 ★★☆☆☆

How many subsets of \(\{1,2,\ldots,7\}\) contain no two consecutive numbers?

Details
Problem: COM-B1-M10-P012
Difficulty: Level 2 of 5
Tag: Subsets
Grade: Grade 8, Grade 9
#10.13
#10.13

Subsets Without Neighbors

Subsets Grade 8 Grade 9 ★★★☆☆

Prove that the number of subsets of \(\{1,2,\ldots,n\}\) containing no two consecutive numbers satisfies \(a_n=a_{n-1}+a_{n-2}\).

Details
Problem: COM-B1-M10-P013
Difficulty: Level 3 of 5
Tag: Subsets
Grade: Grade 8, Grade 9
#10.14
#10.14

Prove the Domino Recurrence

Tiling Grade 8 Grade 9 ★★★☆☆

Prove that the number of domino tilings of a \(2\times n\) board satisfies \(a_n=a_{n-1}+a_{n-2}\).

Details
Problem: COM-B1-M10-P014
Difficulty: Level 3 of 5
Tag: Tiling
Grade: Grade 8, Grade 9
#10.15
#10.15

No Three Zeros

Binary strings Grade 8 Grade 9 ★★★☆☆

How many binary strings of length \(10\) contain no three consecutive zeros?

Details
Problem: COM-B1-M10-P015
Difficulty: Level 3 of 5
Tag: Binary strings
Grade: Grade 8, Grade 9
#10.16
#10.16

Path Avoiding a Point

Complement method Grade 8 Grade 9 ★★★☆☆

How many shortest paths from \((0,0)\) to \((5,4)\) do not pass through \((2,1)\)?

Details
Problem: COM-B1-M10-P016
Difficulty: Level 3 of 5
Tag: Complement method
Grade: Grade 8, Grade 9
#10.17
#10.17

Parts \(1,2,3\)

Recursion Grade 8 Grade 9 ★★★☆☆

In how many ways can \(9\) be represented as a sum of \(1\), \(2\), and \(3\), if order matters?

Details
Problem: COM-B1-M10-P017
Difficulty: Level 3 of 5
Tag: Recursion
Grade: Grade 8, Grade 9
#10.18
#10.18

No Equal Neighbors

Strings Grade 8 Grade 9 ★★★☆☆

How many strings of length \(8\) over letters \(A,B,C\) have no two equal adjacent letters?

Details
Problem: COM-B1-M10-P018
Difficulty: Level 3 of 5
Tag: Strings
Grade: Grade 8, Grade 9
#10.19
#10.19

Steps \(1\) and \(3\)

Recursion Grade 8 Grade 9 ★★★☆☆

In how many ways can one climb \(12\) stairs if each move is \(1\) or \(3\) stairs?

Details
Problem: COM-B1-M10-P019
Difficulty: Level 3 of 5
Tag: Recursion
Grade: Grade 8, Grade 9
#10.20
#10.20

Tiles of Length \(1\), \(2\), \(3\)

Tiling Grade 8 Grade 9 ★★★☆☆

In how many ways can a \(1\times8\) strip be tiled by tiles of length \(1\), \(2\), and \(3\)?

Details
Problem: COM-B1-M10-P020
Difficulty: Level 3 of 5
Tag: Tiling
Grade: Grade 8, Grade 9
#10.21
#10.21

Squares and Dominoes

Tiling Grade 8 Grade 9 ★★★★☆

A \(2\times6\) board is tiled by vertical dominoes, pairs of horizontal dominoes, and \(2\times2\) squares. How many tilings are possible?

Details
Problem: COM-B1-M10-P021
Difficulty: Level 4 of 5
Tag: Tiling
Grade: Grade 8, Grade 9
#10.22
#10.22

Formula for Strings

Proof Grade 8 Grade 9 ★★★★☆

Prove that the number of binary strings of length \(n\) with no two adjacent ones is \(F_{n+2}\), where \(F_1=1\), \(F_2=1\).

Details
Problem: COM-B1-M10-P022
Difficulty: Level 4 of 5
Tag: Proof
Grade: Grade 8, Grade 9
#10.23
#10.23

Not Above the Diagonal

Grid paths Grade 8 Grade 9 ★★★★☆

How many paths from \((0,0)\) to \((4,4)\), using right and up moves, never go above the diagonal \(y=x\)?

Details
Problem: COM-B1-M10-P023
Difficulty: Level 4 of 5
Tag: Grid paths
Grade: Grade 8, Grade 9
#10.24
#10.24

Dominoes and L-Trominoes

Tiling Grade 8 Grade 9 ★★★★★

A \(2\times6\) board is tiled by dominoes and L-trominoes. Find the number of tilings.

Details
Problem: COM-B1-M10-P024
Difficulty: Level 5 of 5
Tag: Tiling
Grade: Grade 8, Grade 9