Sr Examen

Expresión not(x+a)+not(x+a)

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

    Solución

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