Sr Examen

Expresión xyz∨x¬y¬z∨y

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

    Solución

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