Expresión ((xvy)¬x)v(not(xvy)¬notx)
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
¬x∧(x∨y)=y∧¬x¬(¬x)=x¬(x∨y)=¬x∧¬y¬(¬x)∧¬(x∨y)=False(¬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 |
+---+---+--------+