Computer Science

Convert the following function into its canonical sum of product form:
F(X, Y, Z) = Σ(0,1,5,7)

Boolean Algebra

6 Likes

Answer

Canonical sum of product form:
X'Y'Z' + X'Y'Z + XY'Z + XYZ

Answered By

3 Likes


Related Questions