Sr Examen

Expresión not(p⇒q)⇒notpv(q&r)

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

    Solución

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