retagged by
360 views
1 votes
1 votes
How to do this Boolean multiplication? And which Boolean law is applicable here ?

( P' + Q ) ( Q' + P )
retagged by

1 Answer

Best answer
3 votes
3 votes
$( P' + Q ) ( Q' + P )$

$(P'Q' +  P'P + QQ' + QP )$   

$(P'Q' +  QP )$    $[  P'P = QQ' = 0]$

This is nothing but the $EXNOR$ operation.

$(P \odot Q )$
selected by

Related questions

0 votes
0 votes
1 answer
1
dvlken asked Oct 16, 2023
345 views
2. Simplify the following Boolean expressions to a minimum number of literals: (a + b + c’)(a’b’ + c) 3. Draw logic diagrams of the circuits that implement the orig...
4 votes
4 votes
1 answer
2
AniMan_7 asked Jun 29, 2023
1,144 views
Does EX-NOR Gate follow Associativity ?How 3 input EX-NOR function is equal to 3 input EX-OR function ?
0 votes
0 votes
0 answers
4
rd8794 asked Nov 21, 2022
415 views
I’m taking for an example kmaps for 3 var A’B’A’BABAB’C’ 0132C4576(probably here we are taking CAB’ = 6and below like AB’C =5 ) A’B’A’BABAB’C’...