Sr Examen

Expresión avb》t

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

    Solución

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