boolean algebra help

Thread Starter

llkkjj

Joined May 16, 2010
1
hi, im stuck with this boolean algebra.

F = (X + Y + X . Z) . (Y +X')

btw: the law A + AB = A
so does A + AB' = A?

thanks in advance
 

mel8030

Joined Dec 24, 2009
2
yes, A+AB'=A----> its telling you it does not matter what b' is

change order so you can see the form A+AB

F=(X+XZ+Y) (Y+X')
=[(X+XZ)+Y] (Y=X')

X+XZ =======> A+AB

=(X+Y)(Y+X')

Then could multiply out and use:
XX'=0
YY=Y
and look for the form A+AB=A again
 
Last edited:
Top