View Full Version : Boolean algebra problem!!
mr_coffee
Sep23-05, 12:49 PM
Hello everyone 'im designing a IC that will tell output a 1 if the number is > 9. so I wrote this boolean expression but i'm stuck on reducing it.
B' = B compelemnted
AB'CD' + AB'CD + ABC'D' + ABC'D + ABCD' + ABCD
AB'(CD' + CD) + AB(C'D' + C'D + CD' + CD)
any hints? thanks!
If my karnaugh map is not rusty, i got
AB + AC
D a M i E n
Sep23-05, 07:01 PM
*ab'cd' + Ab'cd + Abc'd' + Abc'd + Abcd' + Abcd
*ab'c(d'+d) +abc'(d'+d) + Abc(d'+d)-----> (d+d') =>1
*ab'c + Abc' + Abc
*a(b'c+bc') +abc
*a[b Xor C + Bc]
Kenneth Mann
Sep23-05, 08:30 PM
The answer that 'waht' got is the correct one (a mapping easily shows that). I don't think though that I should do the actual Boolean equation for you, but I'll give you a couple of hints. Group as many of the "AND" terms together with (X + X') terms, to eliminate as much as you can to start. Then remember that you can take something like: "XYZ +........." and make it "XYZ + XYZ + ......". In other words, writing a term twice in an equation doesn't change anything. It can make it easier to work out. If you try these, you should get the answer to your original equation. Then let us see it and we'll check it for you.
KM
vBulletin® v3.7.6, Copyright ©2000-2009, Jelsoft Enterprises Ltd.