Sr Examen

Expresión ¬A&B∨C

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

    Solución

    Ha introducido [src]
    c∨(b∧(¬a))
    c(b¬a)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      |
    +---+---+---+--------+
    FND [src]
    Ya está reducido a FND
    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))
    FNDP [src]
    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))