Questions
Question 1 Multiple Choice (Single Answer)
What is the Catalan number for n = 4?
- 14
- 15
- 16
- 17
Question 2 Multiple Choice (Single Answer)
Which of the following is a valid recursive formula for Catalan numbers?
- C(n) = C(n-1) + C(n-2)
- C(n) = C(n-1) * C(n-2)
- C(n) = C(n-1) - C(n-2)
- C(n) = C(n-1) / C(n-2)
Question 3 Multiple Choice (Single Answer)
What is the generating function for Catalan numbers?
- F(x) = 1 / (1 - x)
- F(x) = 1 / (1 - x^2)
- F(x) = 1 / (1 + x)
- F(x) = 1 / (1 + x^2)
Question 4 Multiple Choice (Single Answer)
How many ways can you triangulate a convex n-gon?
- C(n-3)
- C(n-2)
- C(n-1)
- C(n)
Question 5 Multiple Choice (Single Answer)
What is the relationship between Catalan numbers and binary trees?
- Every binary tree with n internal nodes has n+1 leaves.
- Every binary tree with n internal nodes has n leaves.
- Every binary tree with n leaves has n+1 internal nodes.
- Every binary tree with n leaves has n internal nodes.
Question 6 Multiple Choice (Single Answer)
What is the asymptotic formula for Catalan numbers?
- C(n) ~ 4^n / (n^(3/2) * sqrt(pi))
- C(n) ~ 4^n / (n^(3/2) * sqrt(2*pi))
- C(n) ~ 4^n / (n^(3/2) * sqrt(3*pi))
- C(n) ~ 4^n / (n^(3/2) * sqrt(4*pi))
Question 7 Multiple Choice (Single Answer)
What is the value of C(5)?
- 42
- 52
- 62
- 72
Question 8 Multiple Choice (Single Answer)
How many ways can you arrange n distinct objects in a circle?
- C(n-1)
- C(n)
- C(n+1)
- C(n+2)
Question 9 Multiple Choice (Single Answer)
What is the Catalan number for n = 6?
- 63
- 73
- 83
- 93
Question 10 Multiple Choice (Single Answer)
What is the relationship between Catalan numbers and Dyck paths?
- Every Dyck path of length 2n has n peaks and n valleys.
- Every Dyck path of length 2n has n+1 peaks and n valleys.
- Every Dyck path of length 2n has n peaks and n+1 valleys.
- 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)?
- 133
- 143
- 153
- 163
Question 12 Multiple Choice (Single Answer)
Which of the following is a valid explicit formula for Catalan numbers?
- C(n) = (2n)! / (n+1)! * n!
- C(n) = (2n)! / (n!)^2
- C(n) = (2n)! / (n+2)! * n!
- C(n) = (2n)! / (n!)^3
Question 13 Multiple Choice (Single Answer)
What is the value of C(8)?
- 204
- 214
- 224
- 234
Question 14 Multiple Choice (Single Answer)
What is the relationship between Catalan numbers and Motzkin numbers?
- Every Motzkin path of length 2n has n peaks and n valleys.
- Every Motzkin path of length 2n has n+1 peaks and n valleys.
- Every Motzkin path of length 2n has n peaks and n+1 valleys.
- 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)?
- 286
- 296
- 306
- 316