0
\$\begingroup\$

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?

\$\endgroup\$
3
  • 1
    \$\begingroup\$ De Morgan is helpful. There are also a lot of identity boolean expressions that would help. See here. \$\endgroup\$ Commented 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\$ Commented 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\$ Commented Jul 28, 2014 at 12:35

1 Answer 1

2
\$\begingroup\$

This is the solution:

enter image description here

For safety use Karnaugh:

enter image description here

\$\endgroup\$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.