Expresión A∨((B⇒C)∨CA)=0
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
$$b \Rightarrow c = c \vee \neg b$$
$$a \vee \left(a \wedge c\right) \vee \left(b \Rightarrow c\right) = a \vee c \vee \neg b$$
$$\neg \left(a \vee \left(a \wedge c\right) \vee \left(b \Rightarrow c\right)\right) = b \wedge \neg a \wedge \neg c$$
$$b \wedge \neg a \wedge \neg c$$
Tabla de verdad
+---+---+---+--------+
| a | b | c | 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 | 0 |
+---+---+---+--------+
Ya está reducido a FND
$$b \wedge \neg a \wedge \neg c$$
Ya está reducido a FNC
$$b \wedge \neg a \wedge \neg c$$
$$b \wedge \neg a \wedge \neg c$$
$$b \wedge \neg a \wedge \neg c$$