Sr Examen

Expresión b¬(a)v(not(a)&b)&(not(b)va)

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

    Solución

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