This is the assignment set on Discrete Mathematics for Sec C. The questions are given as follows:
Assignment Problems
Due Date: 26th Nov
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.
- 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). Thank you for visiting the website.