Sr Examen

Expresión XXORA

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

    Solución

    Ha introducido [src]
    a⊕x
    axa ⊕ x

    Вы использовали:
    - Сложение по модулю 2 (Исключающее или).
    Возможно вы имели ввиду символ - Дизъюнкция (ИЛИ)?
    Посмотреть с символом ∨
    Simplificación [src]
    (a¬x)(x¬a)\left(a \wedge \neg x\right) \vee \left(x \wedge \neg a\right)
    (a∧(¬x))∨(x∧(¬a))
    Tabla de verdad
    +---+---+--------+
    | a | x | result |
    +===+===+========+
    | 0 | 0 | 0      |
    +---+---+--------+
    | 0 | 1 | 1      |
    +---+---+--------+
    | 1 | 0 | 1      |
    +---+---+--------+
    | 1 | 1 | 0      |
    +---+---+--------+
    FNC [src]
    (ax)(a¬a)(x¬x)(¬a¬x)\left(a \vee x\right) \wedge \left(a \vee \neg a\right) \wedge \left(x \vee \neg x\right) \wedge \left(\neg a \vee \neg x\right)
    (a∨x)∧(a∨(¬a))∧(x∨(¬x))∧((¬a)∨(¬x))
    FND [src]
    Ya está reducido a FND
    (a¬x)(x¬a)\left(a \wedge \neg x\right) \vee \left(x \wedge \neg a\right)
    (a∧(¬x))∨(x∧(¬a))
    FNCD [src]
    (ax)(¬a¬x)\left(a \vee x\right) \wedge \left(\neg a \vee \neg x\right)
    (a∨x)∧((¬a)∨(¬x))
    FNDP [src]
    (a¬x)(x¬a)\left(a \wedge \neg x\right) \vee \left(x \wedge \neg a\right)
    (a∧(¬x))∨(x∧(¬a))