In this page, you will find practice problems on Discrete Mathematics.
Mid Sem Practice Problems
Q1: What is tautology, contradiction and contingency? Give examples.
Q2: What is a well-formed formula? (Answer: A well-formed formula is an expression consisting of variables, parentheses, and connective symbols. For example, p∨q.)
Q2: Define an equivalence relation on a non-empty set S. Show the relations defined below are equivalence relations:
- $\rho$ on $\mathbb{Z}$ by $a \rho b$ if and only if 5 divides a-b.
- $\rho$ on $\mathbb{Z}$ by $a \rho b$ if and only if 3 divides a2-b2.
Q3: Write the definition of a partial order relation on a non-empty set S with an example.
Q4: Draw the Hasse diagram for the divisors of 12, 30, 45, 60, 100.
Q5: Check whether the arguments are valid or not: [View Proof]
- p∨q, q→r, p→s, ∼s ⇒ r.
- p∨q, p∨q→∼w, ∼w→u∧∼v, u∧∼v→r∨s ⇒ r∨s.
- p→∼q, r→q, r ⇒ ∼p.
Q6: Without using truth table show the following: [View Proof]
- P ↔ q ≡ (p ∧ q) ∨ (~ p ∧ ~ q)
- p ↔ q ≡ (p ∨ q) → (𝑝 ∧ 𝑞)
- ~(p v q) v (~p ∧ q) ≡ ~p
Q7: Define an enumerable set. Give an example. Prove the following results on enumerable sets:
- Show that $\mathbb{Z}$ is enumerable.
- Prove that a subset of an enumerable set is either finite or an enumerable set.
- Prove that the cartesian product of two enumerable sets is enumerable.
- Show that $\mathbb{Q}$ is enumerable.
Q8: Define a lattice. Give an example.
Q9: What is a chain of lattice? (Answer: A chain of a lattice is a subset of a partially ordered set where every pair of elements is comparable, meaning for any a,b in the chain, either a≤b or b≤a.)
Q10: Prove that a distributive lattice is modular. [View Proof]
End of Mid Sem Practice Problems
Notes
- Mathematical Logic
- Tautology, Contradiction, and Contingency
- Logical Equivalence
- Conjunctive and Disjunctive Normal Form (PDNF & CDNF)
- Determine whether the following argument is valid
- Prove that a Distributive Lattice is Modular
This is the assignment set on Discrete Mathematics for Sec C. The questions are given as follows:
Problems on Discrete Math
Due Date: 26th Nov, 2024
Q1: When a statement are considered to be contingency/contradiction?
Q2: What is an equivalence relation? Give an example.
Q3: If 5 people are seated about a round table then how many different arrangements are possible?
Q4: State the inclusion-exclusion principle for two/three sets.
Among 100 patients admitted to a hospital, 50 are diagnosed with pneumonia, 60 with bronchitis, and 10 with both pneumonia and bronchitis. Determine:
- The number of patients diagnosed with pneumonia or bronchitis (or both).
- The number of patients not diagnosed with pneumonia or bronchitis
Q5: [Application of Pigeonhole Principle]
State the generalised pigeonhole principle.
Solve the following problems:
- Show that at least 3 people out of 25 must have their birthday in the same month when they are in a room.
- Find the minimum number of students needed to guarantee that 5 of them belong to same class ( class1 , class2, class3, class4).
Q6: Without using truth table show the following:
- P ↔ q ≡ (p ∧ q) ∨ (~ p ∧ ~ q)
- p ↔ q ≡ (p ∨ q) → (𝑝 ∧ 𝑞)
- ~(p v q) v (~p ∧ q) ≡ ~p
- p → (q→r) ≡ ( p∧ q) → r
Q7: Using generating function, solve the following recurrence relations:
- an = 2an-1 + 8an-2 for n≥2, where a0=4 and a1=10.
- an = 7an-1 – 12an-2+6 for n≥3, where a1=2 and a2=8.
Q8: Prove the following theorems:
- A simple graph with 𝑛 vertices (𝑛≥2) must have at least one pair of vertices with the same degree. [Proof]
- A simple graph with n vertices and k components can have at most $\dfrac{(n-k)(n-k+1)}{2}$ number of edges. [Proof]
- A tree with 𝑛 vertices has (n-1) edges. [Proof]
- Let G be a graph in which there is a unique path between each pair of vertices. Prove that G is a tree.
Q9:
This article is written by Dr. Tathagata Mandal, Ph.D in Mathematics from IISER Pune (Algebraic Number Theory), Postdocs at IIT Kanpur & ISI Kolkata. Currently, working as an Assistant Prof. at Adamas University. Thank you for visiting the website.