Sr Examen

Expresión yxvx¬z

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

    Solución

    Ha introducido [src]
    (x∧y)∨(x∧(¬z))
    $$\left(x \wedge y\right) \vee \left(x \wedge \neg z\right)$$
    Solución detallada
    $$\left(x \wedge y\right) \vee \left(x \wedge \neg z\right) = x \wedge \left(y \vee \neg z\right)$$
    Simplificación [src]
    $$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      |
    +---+---+---+--------+
    FNCD [src]
    $$x \wedge \left(y \vee \neg z\right)$$
    x∧(y∨(¬z))
    FNDP [src]
    $$\left(x \wedge y\right) \vee \left(x \wedge \neg z\right)$$
    (x∧y)∨(x∧(¬z))
    FND [src]
    $$\left(x \wedge y\right) \vee \left(x \wedge \neg z\right)$$
    (x∧y)∨(x∧(¬z))
    FNC [src]
    Ya está reducido a FNC
    $$x \wedge \left(y \vee \neg z\right)$$
    x∧(y∨(¬z))