Expresión av¬b&cv¬(a⇒¬(¬b&c))
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
$$\neg \left(c \wedge \neg b\right) = b \vee \neg c$$
$$a \Rightarrow \neg \left(c \wedge \neg b\right) = b \vee \neg a \vee \neg c$$
$$a \not\Rightarrow \neg \left(c \wedge \neg b\right) = a \wedge c \wedge \neg b$$
$$a \vee \left(c \wedge \neg b\right) \vee a \not\Rightarrow \neg \left(c \wedge \neg b\right) = a \vee \left(c \wedge \neg b\right)$$
$$a \vee \left(c \wedge \neg b\right)$$
Tabla de verdad
+---+---+---+--------+
| a | b | c | result |
+===+===+===+========+
| 0 | 0 | 0 | 0 |
+---+---+---+--------+
| 0 | 0 | 1 | 1 |
+---+---+---+--------+
| 0 | 1 | 0 | 0 |
+---+---+---+--------+
| 0 | 1 | 1 | 0 |
+---+---+---+--------+
| 1 | 0 | 0 | 1 |
+---+---+---+--------+
| 1 | 0 | 1 | 1 |
+---+---+---+--------+
| 1 | 1 | 0 | 1 |
+---+---+---+--------+
| 1 | 1 | 1 | 1 |
+---+---+---+--------+
Ya está reducido a FND
$$a \vee \left(c \wedge \neg b\right)$$
$$\left(a \vee c\right) \wedge \left(a \vee \neg b\right)$$
$$\left(a \vee c\right) \wedge \left(a \vee \neg b\right)$$
$$a \vee \left(c \wedge \neg b\right)$$