Expresión notx×not(noty+x)
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
$$\neg \left(x \vee \neg y\right) = y \wedge \neg x$$
$$\neg x \wedge \neg \left(x \vee \neg y\right) = y \wedge \neg x$$
Tabla de verdad
+---+---+--------+
| x | y | result |
+===+===+========+
| 0 | 0 | 0 |
+---+---+--------+
| 0 | 1 | 1 |
+---+---+--------+
| 1 | 0 | 0 |
+---+---+--------+
| 1 | 1 | 0 |
+---+---+--------+
Ya está reducido a FND
$$y \wedge \neg x$$
Ya está reducido a FNC
$$y \wedge \neg x$$