Sr Examen

Expresión not(p⇒q)⇒(pv(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(p \vee \left(q \wedge r\right)\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(p \vee \left(q \wedge r\right)\right) = 1$$
    Simplificación [src]
    1
    1
    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 | 1      |
    +---+---+---+--------+
    | 1 | 0 | 1 | 1      |
    +---+---+---+--------+
    | 1 | 1 | 0 | 1      |
    +---+---+---+--------+
    | 1 | 1 | 1 | 1      |
    +---+---+---+--------+
    FNDP [src]
    1
    1
    FND [src]
    Ya está reducido a FND
    1
    1
    FNCD [src]
    1
    1
    FNC [src]
    Ya está reducido a FNC
    1
    1