Sr Examen

Expresión (¬bva)&(c&av¬c&¬a)&(avc)&b

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

    Solución

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