Discrete Mathematics Question Bank
Discrete Mathematics Question Bank
UNIT-I
SHORT ANSWERS QUESTIONS
1. State De-Morgan’s law.
2. Prove that ¬ (P ˅ Q) ≡ (¬P ˄¬ Q)
3. Construct the truth table for the following formula: Ø(P Ú (Q Ù R)) «
((P Ú Q) Ù (P Ú R))
4. Construct the truth table of (PVQ) → P.
5. Write the rule of disjunctive amplification of predicates.
6. Write the rule of Modus Pones of predicates.
7. If p: A circle is a conic, q: 5 is a real number, r: Exponential series is
convergent.
Express the compound propositions p→(q⋁ r), p ∧ (∼ q) in words.
8. Write a short note on DNF and CNF
9. Express the statement in words: “Every student in class has studied
Calculus.” Using quantifiers.
10. Check the validity of the following argument
All integers are rational numbers.
Some integers are powers of 5.
Therefore, some rational numbers are powers of 5.
LONG ANSWERS
1. Show that ~r is a valid conclusion from the premises p→ ~ q, r→p , q
(a)With truth table (b) without truth table
6. What do you mean by Well Formed Formula? Explain about Tautology with
example?
7. Write different rules of inferences?
8. Translate each of these statements into logical expressions using predicates,
quantifiers and logical connectives
Something is not in the correct place.
All tools are in the correct place and are in excellent condition.
Everything is in the correct place and in excellent condition.
Nothing is in the correct place and is in excellent condition.
One of your tools is not in the correct place, but it is in excellent condition.
UNIT-II
Short Answer Questions
1.Define the following terms
Onto Function
One-one Function
Bijective Function
2. Define the following terms:
Reflexive Relation
Symmetric Relation
Transitive Relation
3. Define the following terms:
Power set
Functions
Proper Subset
4. Let R be a binary relation on a set A. Prove that If R is reflexive, then R-1 is reflexive.
5. For all subsets A and B of a universal set U, prove that (A – B) ⋃ (A ⋂ B) = A
6. If A, B and C are three non-empty subsets, then prove that
A X (B Λ C)=(A X B) Λ (AXC)
7. Define Equivalence Relation and give an example
8. Define a relation R which is neither reflexive nor irreflexive but symmetric and transitive for
a set A={1,2,3,4}
LONG ANSWERS QUESTIONS
1. List and explain various operations performed on sets explain with example
2. Prove that A-(B∩C)= (A-B)V(A-C)
3. Let R and S be the following relations 𝐴 ={ 𝑎, 𝑏, 𝑐, 𝑑} defined 𝑅 = {(𝑎, 𝑎 ),( 𝑎, 𝑐) , (𝑐,
𝑏) , (𝑐, 𝑑) , (𝑑, 𝑏)} and 𝑆 ={( 𝑏, 𝑎) ,( 𝑐, 𝑐) , (𝑐, 𝑑) ,( 𝑑, 𝑎)}
Find i) 𝑅𝑜𝑆 ii) 𝑆𝑜𝑅 iii) 𝑅𝑜𝑅.
1. Draw the Hasse diagram for the poset (p(S), ⃀) where S={1,2,3,4}
2. If A= {1,2,3,5,30} and R is the divisibility relation, prove that (A, R)
is a lattice but not a distributive lattice.
3. Show that the set of all positive rational numbers forms an abelian
group under the composition defined by a*b=(ab)/2.
4. Prove a non-empty subset H of a group G is a subgroup of G if and
only if
a ∈H, b∈H→ a*b∈ H
a∈H→ a-1 ∈H, where a-1 is the inverse of a in G.
5.Prove that a group G is abelian if and only if (ab)2 b= a2b2,∀ a,b ∈G.
6.a) Find the dual of the following Boolean Expressions. xy (y+y1z) + x1z
B) Find the complement of the following Boolean Expressions. x (y1z1+yz)
C) Convert the Boolean function
f (x,y,z)= (x1+y+z1). (x1+y+z). (x+y1+z) in disjunctive normal form.
i) COMMITTEE ii)ACCOUNTANT.
9. What is circular permutation?
10. In how many ways can a party of 4 boys and 4 girls be seated
at a circular table so that no 2 boys are adjacent?
LONG QUESTIONS
S.N QUESTIONS
O
1. Find the number of permutations that can be had from the
letters of the ‘DAUGHTER’
b) beginning with D
1.consider the graph shown.Find all paths from vertex A to vertex R also indicate their length.
6. Explain Euler circuit and Hamilton path and give one example for each?
7.Define Incident matrix ? Write the incident matrix representation for the below graph?
8.What is connected graph and Disconnected graph with example for each graph?
9.What is graph coloring ? Explain with example.
10.What is Bipartite Graph? Explain with example.
Long Answer Questions
2.Explain the Rules of isomorphism. Show that following two graphs are isomorphic.
3. What is spanning tree? What is minimum cost spanning tree? what are the different algorithms
to compute minimum cost spanning tree? Explain with suitable example.
Use breadth-first search to find a spanning tree for the graph given below
5.What is minimum cost spanning tree? Explain Prims Algorithm.
Use Prims Algorithm to find spanning tree for the graph given below.
6. Show, step by step kruskal’s algorithm on the following connected weighted graph and also
calculate sum of the weights of the minimal spanning tree?
10.Using kruskal’s algorithem ,find minimal spanning tree of the weighted graph given below