177k views
3 votes
Use a truth table to verify the first De Morgan law (p ∧ q)’ ≡ p’ ∨ q’.

User Maurox
by
7.0k points

1 Answer

4 votes

Answer:

The table is shown below.

Explanation:

Demorgan's Law:

(p∧q)' = p'∨q'

Table:

p q p∧p (p∧q)' = p' q' p'∨q'

1 1 1 0 = 0 0 0

1 0 0 1 = 0 1 1

0 1 0 1 = 1 0 1

0 0 0 1 = 1 1 1

where, p and q are the inputs, ∧ is the AND operator and ∨ is the OR operator.

User Yozef
by
7.1k points