Sr Examen

Expresión ABиC+ABC+иAиB

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

    Solución

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