Sr Examen

Expresión F=¬(XvY)&(YvX).

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

    Solución

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