Sr Examen

Expresión ¬(A∧B⇒A)∨A∧(B∧C)

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

    Solución

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