Attempt any Eight questions.
[8*5=40]
4.
Find the GCD of 12 and 16 using Extended Euclidean Algorithm. [5]
5.
Using mathematical induction show that 5+2+5+8+...+(3n−1)=2n(3n+1) [5] 6.
State sum rule and product rule. If 26 integers are chosen from the set of consecutive integers {1,2,3,...,50}, prove that there are sure to be two numbers so that one is multiple of the other. [5]
7.
Discuss about meet and join operation between Boolean matrices. What are the values of 5 mod 75 and -5 mod 77? [5]
8.
Define chromatic number. How does Kruskal's algorithm find Minimum Spanning Tree? [5]
9.
Solve the recurrence relation an=an−1+2an−2 with initial conditions a0=2 and a1=7. [5] 10.
What is network flow? Give an example of saturated edge, unsaturated edge, and slack. [5]
11.
When do we use permutation rather than combination? How many 5-digit numbers can be generated using the digits 0 to 9, if each number starts with 98 and no digit appears more than once? [5]
12.
Define subset and power set. How do you prove correctness of recursive algorithm using Induction? Illustrate with an example. [5]