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