Expresión (notx<->z)^(yvnoty)
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
z⇔¬x=(x∧¬z)∨(z∧¬x)y∨¬y=1(z⇔¬x)∧(y∨¬y)=(x∧¬z)∨(z∧¬x)
(x∧¬z)∨(z∧¬x)
Tabla de verdad
+---+---+---+--------+
| x | y | z | result |
+===+===+===+========+
| 0 | 0 | 0 | 0 |
+---+---+---+--------+
| 0 | 0 | 1 | 1 |
+---+---+---+--------+
| 0 | 1 | 0 | 0 |
+---+---+---+--------+
| 0 | 1 | 1 | 1 |
+---+---+---+--------+
| 1 | 0 | 0 | 1 |
+---+---+---+--------+
| 1 | 0 | 1 | 0 |
+---+---+---+--------+
| 1 | 1 | 0 | 1 |
+---+---+---+--------+
| 1 | 1 | 1 | 0 |
+---+---+---+--------+
(x∨z)∧(x∨¬x)∧(z∨¬z)∧(¬x∨¬z)
(x∨z)∧(x∨(¬x))∧(z∨(¬z))∧((¬x)∨(¬z))
Ya está reducido a FND
(x∧¬z)∨(z∧¬x)
(x∧¬z)∨(z∧¬x)
(x∨z)∧(¬x∨¬z)