Sr Examen

Expresión ABC∨¬AB∨AB¬C

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

    Solución

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