Question 13.15: Product-of-Sums Design Realize the function f described by t...

Product-of-Sums Design

Realize the function f described by the accompanying truth table in minimal product of sums form.

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

Known Quantities: Truth table for logic function.

\begin{array}{ccc|c}x & y &z & f \\\hline 0 & 0 & 0 & 1 \\0 & 0 & 1 & 0 \\0 & 1 & 0 & 1 \\0 & 1 & 1 & 0 \\1 & 0 & 0 & 1 \\1 & 0 & 1 & 0 \\1 & 1 & 0 & 0 \\1 & 1 & 1 & 0\end{array}

Find: Realization in minimal product-of-sums forms.

Analysis: We cover the Karnaugh map of Figure 13.48 using zeros, and obtain the following function:

f=\bar{z} \cdot(\bar{x}+\bar{y})

Comments: Is the sum-of-products solution simpler? Try it for yourself.

13.48

Related Answered Questions

Question: 13.18

Verified Answer:

Known Quantities: Logical expression; don't care c...
Question: 13.17

Verified Answer:

Known Quantities: Logical expression, don't care c...
Question: 13.9

Verified Answer:

Known Quantities: Truth table for y(A, B, C...