Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Which is the simplest boolean expression of ab + (a + b)' + (a'b)'?

Writer Sophia Terry
$\begingroup$

I have this Boolean expression:

$y = ab + (a + b)' + (a'b)'$

$ = ab + a'b' + a + b'$

$ = a(1 + b) + b'(1 + a')$

$ = a + b'$

Is $(a + b')$ the simplest answer or:

$a + b' = (a'b)'$ the simplest?

Thank you for help.

$\endgroup$

1 Answer

$\begingroup$

Generally, an expression is only considered "simplified" if each "not" (that is, each ') is applied directly to a variable. I would say that $(a'b)'$ is not simplified because the outer ' is applied to $(a'b)$ as opposed to $a$ or $b$.

So, $a + b'$ is certainly a simpler form than $(a'b)'$.

$\endgroup$ 0

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