recategorized by
4,301 views
22 votes
22 votes
Obtain the principal (canonical) conjunctive normal form of the propositional formula $$(p \wedge q) \vee (\neg q \wedge r)$$ where $\wedge$ is logical and, $\vee$ is inclusive or and $\neg$ is negation.
recategorized by

3 Answers

Best answer
38 votes
38 votes

Note:-

  1. Canonical conjunctive normal form means in our Digital logic it is Canonical Product of Sum term Form.
  2. Canonical Disjunctive normal form means in our Digital logic it is Canonical Sum of Product term Form.

$pq+q'r$
Putting in $\text{k-map},$ we will get

$\sum(1,5,6,7)= \prod(0,2,3,4)=(p\vee q\vee r) \wedge (p\vee¬q\vee r) \wedge (p\vee¬q\vee¬r) ∧ (¬p\vee q\vee r)$

edited by
10 votes
10 votes
$(p \vee \neg q\vee r)\wedge (p\vee \neg q\vee \neg r)\wedge (p\vee q\vee r)\wedge (\neg p\vee q\vee r)$
0 votes
0 votes
you could also plot a kmap since its only 3 variables finding the output for all the combination will  be easy task

Related questions

42 votes
42 votes
4 answers
1
12 votes
12 votes
2 answers
2
Kathleen asked Oct 8, 2014
4,111 views
A unit vector perpendicular to both the vectors $a=2i-3j+k$ and $b=i+j-2k$ is:$\frac{1}{\sqrt{3}} (i+j+k)$$\frac{1}{3} (i+j-k)$$\frac{1}{3} (i-j-k)$$\frac{1}{\sqrt{3}} (i...
7 votes
7 votes
1 answer
3
go_editor asked Feb 12, 2018
2,566 views
What is the equivalent minimal Boolean expression (in sum of products form) for the Karnaugh map given below?
25 votes
25 votes
3 answers
4
Kathleen asked Oct 8, 2014
3,704 views
What is the number of binary trees with $3$ nodes which when traversed in post-order give the sequence $A, B, C ?$ Draw all these binary trees.