0
$\begingroup$

So I am giving this expression D +B’C’ + CD’ +A B’C and I ask to simplify it

When working through it I get

D+B'C'+CD'+AB'C D'(A'B'+CD'+AB) D'(A'B'+A(B'+B)) D'(A'B'+AC') D'(B'+A)

Am I on the right track or am I completely missing the point?

  • 0
    You have changed the formula. However you are missing the point, the second expression if far more complicated, not simpler.2012-10-10

1 Answers 1

0

Try using the following rules: $A + \overline{A }B = A + B$, and $A + A B = A$ (and convince your self that they are true).

Then you could do \begin{eqnarray} D + \overline{B} \overline{C} + C\overline{D} +A \overline{B} C & = & D + C + \overline{B} \overline{C}+A \overline{B} C \\ & = & D + C + \overline{B} + A \overline{B} C \\ & = & D + C + \overline{B} \end{eqnarray}

  • 0
    Okay, I get it! Thanks copper.hat.2012-10-10