Search code examples
expressionsimplification

How to simplify this expression?


F(A,B,C)=ABC+A'BC+A'BC'+AB'C+AC' how to simplify this expression? Need help... Thanks. How would you simplify this boolean expression? I don't know how to apply the boolean laws


Solution

  • ABC+A'B(C+C')+AB'C+AC' ==
    ABC+A'B+ABC+AC'==
    AC(B+B')+A'B+AC'==
    AC+A'B+AC'==
    A+A'B==
    A+B