State generalized Pigeonhole principle. How many ways can you draw four digits integers without repetition of the digit?[5]
Induction and Recursion
1.
What are the uses of randomized algorithm?Find the solution to the recurrence relation an=6an−1−11an−2+6an−3 with the initial conditions a0=2, a1=5 and a2=15.[2+8]
2.
Prove that 13+23+33+⋯+n3 is a perfect square using mathematical induction.[5]
3.
Using direct proof show that the sum of odd and even number is odd.[5]
4.
Explain about structural induction and recursive definitions with example.[5]
Logic and Proof Methods
1.
Define proposition. Convert the following sentences to predicate: (a) Some kind hearted peoples do still exist. (b) Student who study hard and do the homework get good marks in exam.[5]
Number Theory
1.
Find the multiplicative inverse of 6 in Z25 using Extended Euclidean Algorithm.[5]
2.
Compute the value of 8 MOD 8, −9 MOD 4, 7 MOD 17, 6 MOD 7 and −8 MOD 3.[5]
Sets, Relations and Functions
1.
Define Boolean function, exponential function and partial ordering.List the computer representations for following set over universal set U={0,1,2,3,4,5,6,7,8,9}: (a) Set that contains even number (b) Set that contains multiple of 5 (c) Set that contains number greater than 7 (d) Set that contains prime number.[6+4]
Tree and Graphs
1.
Define graph isomorphism with an example.Using Kruskal's algorithm generate the Minimum Spanning Tree from following graph.
[5+5]
2.
Explain any two ways of representing the graph.[5]
3.
Define cut vertices and cut edges. How do you determine whether the graph has Euler path?[5]