Discrete Structure 2078
Section A
Long Answer Questions
Attempt any two questions. (2 x 10 = 20)
AI is thinking...
1. Explain direct proof, indirect proof, and proof by contradiction. Use direct proof to show that "If n is an odd integer, then n2 is an odd integer". Also, use indirect proof to show that "If n is an integer and n2 is odd then n is odd". (6+2+2)
AI is thinking...
2. What is linear nonhomogeneous recurrence relation of degree k with constant coefficients? Find all the solutions of the recurrence relation an = 4an-1 + n2. Also find the solution of the relation with initial condition a1 =1. (2+6+2)
AI is thinking...
3. Define spanning tree and minimum spanning tree with suitable example. Use Kruskal's algorithms to find minimum spanning tree in the given graph. (4+6)
AI is thinking...
Section B
Short Answer Questions
Attempt any eight questions. (8×5=40)
AI is thinking...
4. What is tautology? Show (p ∧q)→(p∨q) is a tautology.
AI is thinking...
5. Define cartesian product. Find A3 for the set A= {a, b, c}. (1+4)
AI is thinking...
6 How can you represent relations using matrices? Suppose that A= {1, 2, 3} and B= {1, 2}. Let R be the relation from A to B containing (a, b) if a ∈A, b ∈B, and a > b. What is the matrix representing R if a1= 1, a2= 2, and a3= 3, and b1= 1 and b2=2? (2.5+2.5)
AI is thinking...
7. Use mathematical induction to show that the sum of first n positive integers is .
AI is thinking...
8. What is congruent modulo? Determine whether 20 is congruent to 8 modulo 6 and 25 is congruent to 17 modulo 5. (3+2)
AI is thinking...
9. Explain trial division with example? Using trial division, show that 101 is prime. (2+3)
AI is thinking...
10. Explain product rule. How many strings are there of four lowercase letters that have the letter x in them? (2+3)
AI is thinking...
11. What is graph? Explain simple graph and pseudograph with example. (1+2+2)
AI is thinking...
12. What is Euler path? Compare it with Hamilton path. (2+3)
AI is thinking...