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