简体   繁体   中英

How to simplify circuits

在此处输入图像描述

The answer to the question is A in case someone thinks Im cheating for a test or something. I really wan't to understand how to solve such questions. I am guessing there is some way to bring these brackets together and to get a simplified circuit but I don't understand it fully. Maybe something regarding truth tables?

  abc' + a'bc' + a'b'c' + ab'c'        initial expression
= (a + a')bc' + a'b'c' + ab'c'         distributive law
= (T)bc' + a'b'c' + ab'c'              additive inverse
= bc' + a'b'c' + ab'c'                 multiplicative identity
= bc' + (a' + a)b'c'                   distributive law
= bc' + (T)b'c'                        additive inverse
= bc' + b'c'                           multiplicative identity
= (b + b')c'                           distributive law
= (T)c'                                additive inverse
= c'                                   multiplicative identity

The expression is equivalent to the inverse of c and so one logic gate is enough.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM