Boolean Alg Help

Thread Starter

20FinalKonekt12

Joined Feb 3, 2009
4
Its been a while since I did Boolean simplification... I know tisk tisk

Good thing I came across this sick forum.

OK, so here's the expression I got from a simple circuit:

X = ((A'B')*(C'D'))+((C'D')*(B+D))'

If someone could show me a step by step that would be great, I'm mostly getting stuck on ((C'D')*(B+D))' half of the expression.
Not sure how the simplification rules handle this? DeMorgans? Idk, but any help is greatly appreciated

Also, if someone could show me how to fill this into a kmap that would be nice too. I know how kmaps work once its all filled out, just not sure how to apply this expression to the map.

I appreciate any help, thank you
 

Ratch

Joined Mar 20, 2007
1,070
Alexei Smirnov,

A'B')*(C'D') stop in this form (A'+B')(C'+D')
You do not have to use the asterisk in your logic expressions.

(A'B')*(C'D') = (A'B')(C'D') = A'B'C'D' = (A +B + C + D)'

Ratch
 

Thread Starter

20FinalKonekt12

Joined Feb 3, 2009
4
Awesome, thanks for all of your help so far

So what im getting from combined posts is the the simplified function is:
(A+B+C+D)'+C+D+(BD)'

And then to applying this to a kmap:


Does this look right?
 
Top