0% found this document useful (0 votes)
38 views4 pages

DMGT Mid2 QB

Uploaded by

maneeshgopisetty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views4 pages

DMGT Mid2 QB

Uploaded by

maneeshgopisetty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

KKR & KSR INSTITUTE OF TECHNOLOGY AND SCIENCES

(AUTONOMOUS)
Vinjanampadu, Vatticherukuru Mandal, Guntur, Andhra Pradesh 522017
Programme: B.Tech Academic Year: 2024-25
Year / Semester: II / I
Branch / Section: CSE/CAI/IT
Course Code:
Subject: DISCRETE MATHEMATICS AND GRAPH THEORY
QUESTION BANK FOR MID-II
UNIT-3
Short answer questions

Q. No. Question M CO LL PI'S


1 Draw the Hasse diagram for the divisibility on the 2 3
set{1,2,3,6,12,24,36,48,96}.
2 A function f: (Z x Z) → Z is defined as f(x,y) = 4x+5y. Prove 2 3
that f is onto, but not one-to-one.
3 Find the number of Permutations the word MAYAJALAM? 2 3
4 Findthe coefficient of the following x12 x3x43 x54 in the 2 3
expansion of (x1 +x2 +x3 +x4 +x5) 10
5 Find the coefficient of the following 2 3
(i) xy7 in the expansion of (x+3y)12
(ii) x 3 y 3 z 2 in the expansion of (2x-3y+5z)8
Essay questions

Question M CO LL PI'S
Let f and g be the functions from the set of integers to the 6 3
set of integers defined by f ( x )=2 x +3 and g ( x )=3 x+2
1
.What is the composition of f and g ?What is the
composition of g and f ?
Find the number of arrangements of the letters 6 3
2
of the following words (i) MISSISSIPPI (ii) PEPPER
f ( x )=x 2 + 1 6 3
Find f o g and g o f, where and
3 g ( x )=x+ 2
are functions from R to R.

In how many way can 6 men and 6 women be seated in a 6 3


row,
4
i )If any person may sit next to any other. ii)If men and
women must occupy alternate seats
Let g be the function from the set {a, b, c} to itself such that 6 3
g(a) = b, g(b) = c and g(c) = a. Let f be the function from the
5 set {a, b, c} to the set {1, 2, 3} such that f (a) = 3, f (b) = 2
and f (c) = 1. What is the composition of f and g, and what is
the composition of g and f ?
Find the number of permutations of the letters of the word 6 3
MASSASAUGA.
6
i) In how many of these all four A’s together.
ii) How many of these of them begin with S.
UNIT-4
Short answer questions
Q. No. Question M CO LL PI'S
1 Find the generating functions of the following sequence 2 4
0,1,4,9,16 , ……. .
2 Describe Recurrence relations with example 2 4
3 Define generating function and give suitable example. 2 4
4 Find the generating function for n2 −2? 2 4
5 Write the general form of homogeneous recurrence relation. 2 4
6 Find the generating functions of the following sequence 2 4
1,4,9.16,, ……. .
7 Write the general form of in homogeneous recurrence 2 4
relation.
8 Solve the recurrence relation a n−6 a n−1=0 for n ≥ 1. 2 4
9 Find the particular solution of a n+ 3 an−1−10 a n−2 =1. 2 4
10 Find the generating functions of the following sequence 2 4
2,6,18,54,162, ……. .
Essay questions

Q. No. Question M CO LL PI'S


a Solve the Recurrence relation of Fibonacci sequence. 6 4
1 Solve the recurrence relation using generating function 6 4
b
a n−6 a n−1=0 for n ≥ 1 where a 0=1
Solve the recurrence relation a n−¿8a n−1+21a n−2−¿ 6 4
a
18a n−3= 0 for n≥ 3
2 Solve the recurrence relation y n +2– 4 y n +1+3 y n= 0 by the 6 4
b method of generating function,y0 = 2, y1 = 4

Solve the following recurrence relation using characteristic 6 4


a roots
3 a n+4a n−1+ 6a n−2= 0 and a 0= 2, a 1= −¿7
Solve the recurrence relation 6 4
b n
a n−6 a n−1+8 an−2=3 where a0 =3 and a1 =7 .
Solve the recurrence relation a n−¿9a n−1+26a n−2−¿24a n−3= 6 4
a
3 for n≥3
4 Solve the following recurrence relation using generating 6 4
b
functiona n−3 an−2 +2 an −3 =0 for n ≥ 3, a 0=1, a 1=0, a 2= 0.

Solve the recurrence relation a n-6a n−1+8a n−2= 9where a 0=10 6 4


a
a 1=25
5
Find the general expression for a solution to the recurrence 6 4
b
relation a n−5 an−1 +6 a n−2 =n(n-1) for n≥2 aa 0=0, a 1=−2.
Solve the recurrence relation a n-6a n−1+8a n−2= n4 nwhere a 0 6 4
a
6 =8 a 1=22
b Solve the recurrence relation a n−3 an−1 +2 an −2=3n 6 4
UNIT-5
Short answer questions

Q. No. Question M CO LL PI'S


1 Define Graph and give an example? 2 5
2 Explain Euler’s formula, and Euler trail. 2 5
3 Define sub Graph? 2 5
4 Define path, trail, and circuit. 2 5
5 What is chromatic number? 2 5
6 How many vertices will the graph contain 6 edges and all 2 5
vertices of degree 3?
7 Give an example of complete bipartite graph. 2 5
8 Define undirected graph and give an example. 2 5
9 Define incidence, adjacent and degree? 2 5
10 Define Minimum Spanning tree? 2 5
Essay questions

Q. No. Question M CO LL PI'S


How many vertices will the graph contain 6 edges and all 6 5
a
vertices of degree 3?
1
Present the Prim's algorithm for finding Minimal Cost 6 5
b
Spanning Tree. Explain it with an example.
How many edges does a graph have if it has vertices of 6 5
a
degree 4, 3,3,2,2? Draw such a graph
2 Show that the complete graph K5 and complete bipartite 6 5
b graph K3, are not planar?

Show that the graphs displayed are not isomorphic. 6 5

Find a spanning tree of the following Graph. 6 5


b

4 Are the graphs G and H bipartite. 6 5

b Determine whether the given pair of graphs is isomorphic. 6 5


Use depth-first search to find a spanning tree for the graph 6 5
G.

Use Prim’s algorithm to find a minimum spanning tree in 6 5


the graph.
5

Use breadth-first search to find a spanning tree for the graph. 6 5

Use Kruskal’s algorithm to find a minimum spanning tree in 6 5


the weighted graph given.
6

Course Coordinator Module Coordinator Programme


Coordinator

Coordinator IQAC

You might also like