Expresión xyz∨¬xy¬z
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
(x∧y∧z)∨(y∧¬x∧¬z)=y∧(x∨¬z)∧(z∨¬x)
y∧(x∨¬z)∧(z∨¬x)
Tabla de verdad
+---+---+---+--------+
| x | y | z | result |
+===+===+===+========+
| 0 | 0 | 0 | 0 |
+---+---+---+--------+
| 0 | 0 | 1 | 0 |
+---+---+---+--------+
| 0 | 1 | 0 | 1 |
+---+---+---+--------+
| 0 | 1 | 1 | 0 |
+---+---+---+--------+
| 1 | 0 | 0 | 0 |
+---+---+---+--------+
| 1 | 0 | 1 | 0 |
+---+---+---+--------+
| 1 | 1 | 0 | 0 |
+---+---+---+--------+
| 1 | 1 | 1 | 1 |
+---+---+---+--------+
y∧(x∨¬z)∧(z∨¬x)
(x∧y∧z)∨(x∧y∧¬x)∨(y∧z∧¬z)∨(y∧¬x∧¬z)
(x∧y∧z)∨(x∧y∧(¬x))∨(y∧z∧(¬z))∨(y∧(¬x)∧(¬z))
Ya está reducido a FNC
y∧(x∨¬z)∧(z∨¬x)
(x∧y∧z)∨(y∧¬x∧¬z)