Advice required on Boolean algebra question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Steve Collins
Messages
45
Reaction score
0
I have been asked to simplify this Boolean expression:

~A~B~C~D + ~A~B~CD + ~A~BCD + ~AB~C~D + ~AB~CD + ~ABC~D + ~ABCD + A~B~C~D + A~B~CD

I have simplified it down to:

~AB + ~A~C + ~AD + ~C~B

But I know that the simplification goes further to:

~AB + ~AD + ~C~B

I've looked at the truth table and seen that ~A~C is indeed superfluous, but I am unsure of how to prove this algebraically.
 
Physics news on Phys.org
Steve Collins said:
I have been asked to simplify this Boolean expression:

~A~B~C~D + ~A~B~CD + ~A~BCD + ~AB~C~D + ~AB~CD + ~ABC~D + ~ABCD + A~B~C~D + A~B~CD

I have simplified it down to:

~AB + ~A~C + ~AD + ~C~B

But I know that the simplification goes further to:

~AB + ~AD + ~C~B

I've looked at the truth table and seen that ~A~C is indeed superfluous, but I am unsure of how to prove this algebraically.

Can you use a Karnaugh map, or do you need to do it algebraically?
 
It doesn't need to be done algebraically, I just thought that was the way to do it.
I've heard of a Karnaugh map before, but have no idea what it is or does. I will look it up now.

Cheers

Steve
 
Steve Collins said:
It doesn't need to be done algebraically, I just thought that was the way to do it.
I've heard of a Karnaugh map before, but have no idea what it is or does. I will look it up now.

Cheers

Steve

Great! Yeah, using a K-map I got the final 3 terms that you listed.
 
Fantastic! I also found the 3 terms I was expecting and also solved another problem that was giving me some trouble.

Thanks berkeman.