Sr Examen

Expresión q->!p*q->a

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

    Solución

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