Jaypee Institute of Informtion Technology University: Noida Computer Science Deprtment
Jaypee Institute of Informtion Technology University: Noida Computer Science Deprtment
Noida
Computer Science Deprtment
Problem Set 0
PART A
PART B
PROBLEM 4 (6 points, suggested length of 1/2 page)
Define the Fibonacci numbers as follows:
F0 = 0
F1 = 1
Fn = Fn1 + Fn2 for all n > 1
Prove the following statement by induction:
(A) For n 2, Fn equals the number of strings of length n 2 over alphabet = {a, b} that do
not contain two consecutive as.