Sr Examen

Expresión notc+a->a*notb*c+nota*b+b*c

El profesor se sorprenderá mucho al ver tu solución correcta😉

    Solución

    Ha introducido [src]
    (a∨(¬c))⇒((b∧c)∨(b∧(¬a))∨(a∧c∧(¬b)))
    (a¬c)((bc)(b¬a)(ac¬b))\left(a \vee \neg c\right) \Rightarrow \left(\left(b \wedge c\right) \vee \left(b \wedge \neg a\right) \vee \left(a \wedge c \wedge \neg b\right)\right)
    Solución detallada
    (bc)(b¬a)(ac¬b)=(ac)(b¬a)\left(b \wedge c\right) \vee \left(b \wedge \neg a\right) \vee \left(a \wedge c \wedge \neg b\right) = \left(a \wedge c\right) \vee \left(b \wedge \neg a\right)
    (a¬c)((bc)(b¬a)(ac¬b))=c(b¬a)\left(a \vee \neg c\right) \Rightarrow \left(\left(b \wedge c\right) \vee \left(b \wedge \neg a\right) \vee \left(a \wedge c \wedge \neg b\right)\right) = c \vee \left(b \wedge \neg a\right)
    Simplificación [src]
    c(b¬a)c \vee \left(b \wedge \neg a\right)
    c∨(b∧(¬a))
    Tabla de verdad
    +---+---+---+--------+
    | a | b | c | result |
    +===+===+===+========+
    | 0 | 0 | 0 | 0      |
    +---+---+---+--------+
    | 0 | 0 | 1 | 1      |
    +---+---+---+--------+
    | 0 | 1 | 0 | 1      |
    +---+---+---+--------+
    | 0 | 1 | 1 | 1      |
    +---+---+---+--------+
    | 1 | 0 | 0 | 0      |
    +---+---+---+--------+
    | 1 | 0 | 1 | 1      |
    +---+---+---+--------+
    | 1 | 1 | 0 | 0      |
    +---+---+---+--------+
    | 1 | 1 | 1 | 1      |
    +---+---+---+--------+
    FNDP [src]
    c(b¬a)c \vee \left(b \wedge \neg a\right)
    c∨(b∧(¬a))
    FNCD [src]
    (bc)(c¬a)\left(b \vee c\right) \wedge \left(c \vee \neg a\right)
    (b∨c)∧(c∨(¬a))
    FND [src]
    Ya está reducido a FND
    c(b¬a)c \vee \left(b \wedge \neg a\right)
    c∨(b∧(¬a))
    FNC [src]
    (bc)(c¬a)\left(b \vee c\right) \wedge \left(c \vee \neg a\right)
    (b∨c)∧(c∨(¬a))