F(x,y,z)=(x+z)y
To determine the sum of product expansion of F, we could use boolean identities or construct a table that determines all values of F. I will be using boolean identities.
F(x,y,z)=(x+z)y
=xy+zy (Distributive Law) =xy.1+zy.1 (Identity Law) =xy(z+zˉ)+zy(x+xˉ) (Unit Property) =xyz+xyzˉ+zyx+zyxˉ(Distributive Law) =xyz+xyzˉ+xyz+xˉyz (Commutative Law) =xyz+xyzˉ+xˉyz(Idempotent Law)
Comments