edited by
0 votes
0 votes

The $SOP$ (sum of products) form of a Boolean function is $\sum (0,1,3,7,11)$, where inputs are $A,B,C,D$
($A$ is $MSB$, and $D$ is $LSB$). The equivalent minimized expression of the function is

  1. $(\overline{B}+C)(\overline{A}+C)(\overline{A}+\overline{B})(\overline{C}+D)$
  2. $(\overline{B}+C)(\overline{A}+C)(\overline{A}+\overline{C})(\overline{C}+D)$
  3. $(\overline{B}+C)(\overline{A}+C)(\overline{A}+\overline{C})(\overline{C}+\overline{D})$
  4. $(\overline{B}+C)(A+\overline{B})(\overline{A}+\overline{B})(\overline{C}+D)$
edited by

Please log in or register to answer this question.

Answer: