StreakPeaked· Practice

ExamsGATETechnical

Which one of the following is NOT a valid identity?

  1. (x ⊕ y) ⊕ z = x ⊕ (y ⊕ z)
  2. (x + y) ⊕ z = x ⊕ (y + z)
  3. x ⊕ y = x + y, if xy = 0
  4. x ⊕ y = (xy + x'y')'

Correct answer: (x + y) ⊕ z = x ⊕ (y + z)

Solution

Option B is incorrect because it misapplies the properties of the XOR operation (⊕) and addition (+). Unlike addition, XOR does not distribute over addition, making this identity invalid.

Related GATE Technical questions

⚔️ Practice GATE Technical free + battle 1v1 →