3.1.10 · D3Boolean Algebra & Logic Gates

Worked examples — Product of sums (POS) form

3,479 words16 min readBack to topic

How to read this page


Notation used on this page

Everything here is built from just three operations on the values and . We define them before using them anywhere.


The scenario matrix

Before any example, here is the full space of cases a POS problem can throw. Every cell below is covered by at least one worked example.

Cell Case class What is tricky Example
C1 Standard 3-var, several rows Get the complement rule right Ex 1
C2 Degenerate: everywhere (no rows) What is an empty product? Ex 2
C3 Degenerate: everywhere (all rows) Product of all maxterms Ex 3
C4 2-variable baby case Fewer literals per term Ex 4
C5 Given SOP, convert to POS Use complementary row set Ex 5
C6 Simplify POS with a K-map (group s) Non-canonical (reduced) POS Ex 6
C7 Real-world word problem Translate English → truth table → POS Ex 7
C8 Exam twist: expression given, not a table Build the table first, spot hidden s Ex 8

Two quick reminders we lean on everywhere:


Ex 1 — Standard 3-variable (Cell C1)


Ex 2 — Degenerate: everywhere (Cell C2)


Ex 3 — Degenerate: everywhere (Cell C3)


Ex 4 — Two-variable baby case (Cell C4)


Ex 5 — Convert given SOP to POS (Cell C5)


Ex 6 — Simplify POS with a K-map (Cell C6)


Ex 7 — Real-world word problem (Cell C7)


Ex 8 — Exam twist: expression, not a table (Cell C8)



Active recall

Empty product (no rows) equals?
(the AND identity — a tautology).
POS of everywhere over 2 vars?
.
From , the POS indices are?
(the complementary set).
For a POS via K-map you group which cells?
The cells; a constant variable at stays plain, at is complemented.
Fan runs unless cold and dark; POS controller?
, with =warm, =light.

Connections