in Others edited by
1,531 views
0 votes
0 votes

An example of a connective which is not associative is :

  1. $\text{AND}$
  2. $\text{OR}$
  3. $\text{EX-OR}$
  4. $\text{NAND}$
in Others edited by
1.5k views

1 Answer

1 vote
1 vote

AND 

$(AB)C = A(BC) = ABC.$

OR

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

NAND

But, $((AB)′C)′ ≠ (A(BC)′)′ $does not follow associative property.

GATE1992-02-i - GATE Overflow

XOR

$ (a⊕b)⊕c=a⊕(b⊕c)$

 

 

 

Related questions