Attempt any Eight questions.
[8*5=40]
4.
Show that the sum of two even numbers is even using direct proof. [5]
5.
Define power set. What is the power set of the set A= {1,2, 3, 4}? [5]
6.
Explain one-to-one correspondence with example. What is identity function? [5]
7.
Use mathematical induction to prove that the sum of the first n odd positive integers is n2. [5] 8.
What is recursively defined function? Suppose that f is defined recursively by f(0) = 3, f(n + 1) = 2f (n) +3. Find f(1), f(2), f(3), and f(4). [5]
9.
What is arithmetic modulo m? Use the definition of addition and multiplication in Zm to find 7+119 and 7∗119. [5] 10.
Define equivalence relation with an example. [5]
11.
What is generalized pigeonhole principle. If a class has 24 students, what is the maximum number of possible grading that must be done to ensure that there at least two students with the same grade. [5]
12.
Write the Dijkstra's algorithm to find the shortest path between two nodes in graph. [5]