Re: Homework For LuLz
Simplify the following Boolean expression. The final expression should (be logically equivalent) have a weight of four (meaning F = a + b where a and b are some literal in the expression in its complimented or uncomplimented form).
' indicates the literals complement
a + b indicates a OR b
ab indicates a AND b
F = y’z’ + x’yz + x’y + xyz + xz’
|