Catalan Numbers

Catalan Numbers Quiz

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the Catalan number for n = 4?

  1. 14
  2. 15
  3. 16
  4. 17
Question 2 Multiple Choice (Single Answer)

Which of the following is a valid recursive formula for Catalan numbers?

  1. C(n) = C(n-1) + C(n-2)
  2. C(n) = C(n-1) * C(n-2)
  3. C(n) = C(n-1) - C(n-2)
  4. C(n) = C(n-1) / C(n-2)
Question 3 Multiple Choice (Single Answer)

What is the generating function for Catalan numbers?

  1. F(x) = 1 / (1 - x)
  2. F(x) = 1 / (1 - x^2)
  3. F(x) = 1 / (1 + x)
  4. F(x) = 1 / (1 + x^2)
Question 4 Multiple Choice (Single Answer)

How many ways can you triangulate a convex n-gon?

  1. C(n-3)
  2. C(n-2)
  3. C(n-1)
  4. C(n)
Question 5 Multiple Choice (Single Answer)

What is the relationship between Catalan numbers and binary trees?

  1. Every binary tree with n internal nodes has n+1 leaves.
  2. Every binary tree with n internal nodes has n leaves.
  3. Every binary tree with n leaves has n+1 internal nodes.
  4. Every binary tree with n leaves has n internal nodes.
Question 6 Multiple Choice (Single Answer)

What is the asymptotic formula for Catalan numbers?

  1. C(n) ~ 4^n / (n^(3/2) * sqrt(pi))
  2. C(n) ~ 4^n / (n^(3/2) * sqrt(2*pi))
  3. C(n) ~ 4^n / (n^(3/2) * sqrt(3*pi))
  4. C(n) ~ 4^n / (n^(3/2) * sqrt(4*pi))
Question 7 Multiple Choice (Single Answer)

What is the value of C(5)?

  1. 42
  2. 52
  3. 62
  4. 72
Question 8 Multiple Choice (Single Answer)

How many ways can you arrange n distinct objects in a circle?

  1. C(n-1)
  2. C(n)
  3. C(n+1)
  4. C(n+2)
Question 9 Multiple Choice (Single Answer)

What is the Catalan number for n = 6?

  1. 63
  2. 73
  3. 83
  4. 93
Question 10 Multiple Choice (Single Answer)

What is the relationship between Catalan numbers and Dyck paths?

  1. Every Dyck path of length 2n has n peaks and n valleys.
  2. Every Dyck path of length 2n has n+1 peaks and n valleys.
  3. Every Dyck path of length 2n has n peaks and n+1 valleys.
  4. Every Dyck path of length 2n has n+1 peaks and n+1 valleys.
Question 11 Multiple Choice (Single Answer)

What is the value of C(7)?

  1. 133
  2. 143
  3. 153
  4. 163
Question 12 Multiple Choice (Single Answer)

Which of the following is a valid explicit formula for Catalan numbers?

  1. C(n) = (2n)! / (n+1)! * n!
  2. C(n) = (2n)! / (n!)^2
  3. C(n) = (2n)! / (n+2)! * n!
  4. C(n) = (2n)! / (n!)^3
Question 13 Multiple Choice (Single Answer)

What is the value of C(8)?

  1. 204
  2. 214
  3. 224
  4. 234
Question 14 Multiple Choice (Single Answer)

What is the relationship between Catalan numbers and Motzkin numbers?

  1. Every Motzkin path of length 2n has n peaks and n valleys.
  2. Every Motzkin path of length 2n has n+1 peaks and n valleys.
  3. Every Motzkin path of length 2n has n peaks and n+1 valleys.
  4. Every Motzkin path of length 2n has n+1 peaks and n+1 valleys.
Question 15 Multiple Choice (Single Answer)

What is the value of C(9)?

  1. 286
  2. 296
  3. 306
  4. 316