I need to simplify the boolean expression to minimum number of literals but having problem.

click_here

Joined Sep 22, 2020
548
ABC + A'B +ABC'

Because this is homework I won't give you the answer, but this should get you started...
ABC + A'B + ABC'
ABC + ABC' + A'B
AB(C + C') + A'B
...

Hope that helps :)
 

RBR1317

Joined Nov 13, 2010
713
If you need to show a derivation, then use Boolean algebra. If you just need the answer, then use a Karnaugh map. Note: A K-map is just a method to use the fact that boolean A+A' = 1.
 

Attachments

Top