El profesor se sorprenderá mucho al ver tu solución correcta😉
((y∧(¬x))∨(y∧z∧(¬x)))⇒((¬x)∨(¬y)∨(y∧(¬x)))
+---+---+---+--------+ | x | y | z | 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 | +---+---+---+--------+