Sr Examen

Expresión xyz∨x¬z

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

    Solución

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