Sr Examen

Expresión {p∧[qv(~p)]}vr

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

    Solución

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