StreakPeaked· Practice

ExamsGATETechnical

Select the Boolean function(s) equivalent to x + yz, where x, y, and z are Boolean variables, and + denotes logical OR operation.

  1. x + z + xy
  2. (x + y)(x + z)
  3. x + xy + yz
  4. x + xz + xy

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

Solution

The expression (x + y)(x + z) expands to x + xz + xy + yz, which simplifies to x + yz, demonstrating that it is equivalent to the original function.

Related GATE Technical questions

⚔️ Practice GATE Technical free + battle 1v1 →