Distributivity and S-o-P
The distrubitivity property will result in a Sum-of-Products expression
(as long as the expression does not have NAND or NOR)
f =(ab+c)(d+e) {let ab=x, c=y, and (d+e) = z then use (x+y)z = xz + yz}
= ab(d+e) + c(d+e)
=abd + abe + cd + ce
Previous slide
Next slide
Back to first slide
View graphic version