Question
Derive a Canonical POS expression for a Boolean function F, represented by the following truth table
P | Q | R | F(P,Q,R) |
0 | 0 | 0 | 1 |
0 | 0 | 1 | 0 |
0 | 1 | 0 | 0 |
0 | 1 | 1 | 1 |
1 | 0 | 0 | 1 |
1 | 0 | 1 | 0 |
1 | 1 | 0 | 0 |
1 | 1 | 1 | 1 |
Solution
F(P,Q,R)= (P+Q+R')(P+Q'+R)(P'+Q+R')(P'+Q'+R)
Is there an error in this question or solution?
Solution Derive a Canonical Pos Expression for a Boolean Function F, Represented by the Following Truth Table Concept: Obtaining Sum of Product (SOP) and Product of Sum (POS) Form the Truth Table.