Celeb Glow
general | April 18, 2026

Simplify boolean expression to minimum number of literals

$\begingroup$

Problem is to simplify this boolean expression:

$(a+b+c')(a'b'+c)$

I expanded it out and simplified to get to $a'b'c' + c(a+b)$ but that doesn't reduce the number of literals. Tried everything I could think of but I must be missing something...

$\endgroup$ 6

1 Answer

$\begingroup$

How is this?

enter image description here

Found using Logic Friday 1.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy