Tribhuvan University
Institute of Science and Technology
2076
Bachelor Level / second-semester / Science
Computer Science and Information Technology( CSC165 )
Discrete Structure
Full Marks: 60 + 20 + 20
Pass Marks: 24 + 8 + 8
Time: 3 Hours
Candidates are required to give their answers in their own words as far as practicable.
The figures in the margin indicate full marks.
Group A
Attempts any TWO questions
State pigeonhole principle. Solve the recurrence relation an = 3an-1 – 3an-2 + an-3 with initial conditions a0=1 ,a1 = 3, a2=7.
Find the value of x such that x = 1 (mod 3), x = 1 (mod 4), x = 1 (mod 5) and x = 0 (mod 7) using Chinese remainder theorem.
Define Euler circuit with suitable example. Find the maximal flow s to t from the given network flow.
Group B
Attempts any EIGHT questions
Prove that for every positive integer n ≥ 1, n2+n is even integer using mathematical induction.
All over smart people are stupid. Children of stupid people are naughty. John is a children of Jane. Jane is over smart. Represent these statements in FOPL and prove that John is naughty.
Which of the following are possets?
Define reflexive closure and symmetric closure. Find the remainder when 4x2 – x + 3 is divided by x + 2 using remainder theorem.
Define Euler path and Hamilton path. Give examples of both Euler and Hamilton path.
How many 3 digits numbers can be formed from the digits 1,2,3,4 and 5 assuming that:
What is minimum spanning tree? Explain Kruskal’s algorithm for finding minimum spanning tree.
List any two applications of graph coloring theorem. Prove that “A tree with n vertices has n-1 edges”
Define ceiling and floor function. Why do we need Inclusion – Exclusion principle? Make it clear with suitable example.