The logic expression for the output of the circuit

214 Views Asked by At

The logic expression for the output of the circuit shown in the figure is

enter image description here

  1. $A’C’+B’C’+CD $
  2. $AC’+BC’+C’D$
  3. $ABC+C’D’ $
  4. $ A’B’+B’C’+C’D’$

My attempt:

$(((A+B)'+C)'+(C+D)')'$

$=((A+B)'+C)''(C+D)''$

$=((A+B)'+C)(C+D)$

$=(A'B'+C)(C+D)$

$=A'B'D+C$

But, none option is matched. Some where answer key is given option $(3)$.

Can you explain it, please?

1

There are 1 best solutions below

0
On BEST ANSWER

From your reading of the circuit, I'm assuming, you obtained $$\begin{align} (((A+B)'+C)'+(C+D)')'\\ \\ & =((A+B)' + C)(C+D) \\ \\ &= (A'B'+ C)(C + D)\\ \\ &= (A'B'D)+C\end{align}$$

The corresponding logic circuit is seen below.

enter image description here

The problem here must be in your original translation of the circuit into logical form (the translation of the circuit you posted above) since all your work after that is correct.