\$\begingroup\$
\$\endgroup\$
3
I'm working on the following problem:
boolean expression
I found the correct answer for part (i): $$ Z = \left(\overline{(\overline{A + B})C}\right) (C\overline{D}) $$ How can I simplify this expression?
Greg d'Eon
3,8675 gold badges27 silver badges50 bronze badges
asked Jul 28, 2014 at 12:06
-
1\$\begingroup\$ De Morgan is helpful. There are also a lot of identity boolean expressions that would help. See here. \$\endgroup\$sherrellbc– sherrellbc2014年07月28日 12:20:56 +00:00Commented Jul 28, 2014 at 12:20
-
1\$\begingroup\$ The question is asking if there is a simpler Boolean expression to give the same outputs. It's asking you to apply DeMorgan's laws to find a simpler solution. What have you tried? \$\endgroup\$Warren Hill– Warren Hill2014年07月28日 12:21:47 +00:00Commented Jul 28, 2014 at 12:21
-
\$\begingroup\$ This is the same type of question as "simplify the expression 5x + x - 3" except in logic. Apply a few transforms (eg: "not(A and B) -> (not A) or (not B)") and see what can be done. \$\endgroup\$carveone– carveone2014年07月28日 12:35:35 +00:00Commented Jul 28, 2014 at 12:35
1 Answer 1
\$\begingroup\$
\$\endgroup\$
This is the solution:
enter image description here
For safety use Karnaugh:
enter image description here