Sr Examen

Expresión a*b+not(a)*b+a*not(b)+not(a)*not(b)

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

    Solución

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