Expresión ((xvy)¬x)v(not(xvy)&x)
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
¬(x∨y)=¬x∧¬yx∧¬(x∨y)=False¬x∧(x∨y)=y∧¬x(x∧¬(x∨y))∨(¬x∧(x∨y))=y∧¬x
Tabla de verdad
+---+---+--------+
| x | y | result |
+===+===+========+
| 0 | 0 | 0 |
+---+---+--------+
| 0 | 1 | 1 |
+---+---+--------+
| 1 | 0 | 0 |
+---+---+--------+
| 1 | 1 | 0 |
+---+---+--------+