1,300 views
0 votes
0 votes
As per the Boolean identity x+x=x,similarly does it hold for the following expression with XOR operation too?

((P⊛Q)⊛(P⊛Q))=P⊛Q

3 Answers

0 votes
0 votes
A xor B = AB' + A'B

Now if A and B become equal then :-

A xor B=AB' +A'B .............. Put B=A in this equation

A xor A=AA' + A'A

            =0 + 0

            =0

Related questions

0 votes
0 votes
1 answer
1
dvlken asked Oct 16, 2023
358 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...
1 votes
1 votes
0 answers
2
jatin khachane 1 asked Nov 4, 2018
417 views
What is DUAL for FunctionF = AB + CFd = (A + B).C Or Fd = A + (B.C)OR >AND and AND >OR but what about precedence ??
0 votes
0 votes
1 answer
3
smsubham asked Aug 8, 2018
606 views
Which if the following are correct? (Multiple Possible)A ExNOR (BC) = (A ExNOR B) (A ExNOR C)A ExOR (B + C) = (A ExOR B) + (A ExOR C)A ExNOR (B + C) = (A ExNOR B) + (A Ex...
3 votes
3 votes
3 answers
4
abhishek tiwary asked Nov 23, 2017
4,665 views
if a boolean function having cyclic prime implicants k-map then the function is having how many minimal form?? F(A,B,C)