Sr Examen

Expresión not((not(A)or(B))and(not(B)and(A)))or((A)or(B))

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

    Solución

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