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