Sr Examen

Expresión xyvxz

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