130 views

2 Answers

Best answer
1 votes
1 votes
$(A'BC)'+(AB'C')'$
       
       $=\left\{(A')'+B'+C'\right\}+\left\{A'+(B')'+(C')'\right\};~[\text{Applying De Morgan's law}]$
       
       $=A+B'+C'+A'+B+C;~[\because (X')'=X]$
       
       $=(A+A')+(B+B')+(C+C');~[\text{Commutative and Associtive laws}]$
       
       $=1+1+1;~[\because X+X'=1 \text{ as the Complement law}]$
       
       $=1;~[\because 1+1=1 \text{ in Boolean algebra}]$
       
       So, answer is Option (C).
selected by
0 votes
0 votes
$ F = (A′BC)′+(AB′C′)$

apply compliment

$ F’ = ((A′BC)′+(AB′C′)’)’$

$ F’ = (A′BC)(AB′C′)$(by demorgans law)

$ F’ = 0 $

to get F back take compliment again

$ (F’)’ = 0’ $

$F=1$
Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Jul 19, 2020
148 views
Which of the following boolean expression is not equal to the other three?$x' \oplus y$$xy+x'y'$$x' \oplus y'$$x \oplus y'$
3 votes
3 votes
1 answer
2
gatecse asked Jul 19, 2020
228 views
Which of the following statement(s) is/are true?AND and OR are dual to each otherNAND and NOR are dual to each otherXOR and XNOR are dual to each otherAll the above
7 votes
7 votes
1 answer
3
gatecse asked Jul 19, 2020
383 views
Which of the following is true about the rules of Boolean addition? (Mark all the appropriate choices)$0+0=0\texttt{ and }0+1=1$$1+0=1\texttt{ and }1+1=0$$1+0=1\texttt{ a...
2 votes
2 votes
4 answers
4
gatecse asked Jul 19, 2020
256 views
If $A\odot B=C$, ($\odot$ is XNOR operator) then which of the following is/are TRUE? (Mark all the appropriate choices)$A\odot C=B$$B\odot C=A$$A\odot B\odot C=1$$A\odot ...