Sr Examen

Expresión AORBORCORDANDAORBORCORNOTDANDAORNOTBORCORDANDNOTAORBORCORD

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

    Solución

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