Discrete Mathematics IMP Questions
Discrete Mathematics IMP Questions
a) p ∧¬p b) p ∨¬p
c) (p ∨¬q) → q d) (p ∨ q) → (p ∧ q)
e) (p → q) ↔ (¬q →¬p)
f ) (p → q) → (q → p)
a) p → (¬q ∨ r)
b) ¬p → (q → r)
c) (p → q) ∨ (¬p → r)
d) (p → q) ∧ (¬p → r)
3. Construct a combinatorial circuit using inverters, OR gates, and AND gates that produces
the output (p ∧¬r) ∨ (¬q ∧ r) from input bits p, q, and r.
4. Construct a combinatorial circuit using inverters, OR gates, and AND gates that produces
the output ((¬p ∨¬r)∧¬q) ∨ (¬p ∧ (q ∨ r)) from input bits p, q, and r.
Show that the premises “If you send me an e-mail message, then I will finish writing the
program,” “If you do not send me an e-mail message, then I will go to sleep early,” and “If I go
to sleep early, then I will wake up feeling refreshed” lead to the conclusion “If I do not finish
writing the program, then I will wake up feeling refreshed.”
Show that the premises “A student in this class has not read the book,” and “Everyone in this
class passed the first exam” imply the conclusion “Someone who passed the first exam has not
read the book.”
UNIT-2
Properties of Relations
Closures of Relations,
Equivalence Relations,
Partial Orderings.
UNIT-III
Important Topics
Mathematical Induction-Problems
Structural Induction-Problems
Conjecture a formula for the sum of the first n positive odd integers. Then prove your conjecture
using mathematical induction.
Example 3: from text book page 318
Use mathematical induction to show that
1 + 2 + 22 +· · ·+2n = 2n+1 − 1
Use mathematical induction to prove that 7n+2 + 82n+1 is divisible by 57 for every nonnegative
integer n.
Unit-IV
Important Topics:
Recurrence Relations, Solving Linear Recurrence Relations and Problems from Text book
UNIT-V
Important Topics