Simplification of Simple Logical Statement

391 Views Asked by At

I am trying to simplify a statement.

I am stuck at this point:

$(\neg A \lor \neg B) \lor (\neg A \land \neg B)$

Is it possible to further simplify this?

I used DeMorgan's Law to get to this point from $\neg (A \lor B) \lor \neg (A \land B)$ which seems rather unimportant or somewhat of a sidestep in that it doesn't get me closer to a simpler form of the expression.

1

There are 1 best solutions below

0
On BEST ANSWER

You can check that this expression is the same as:

$$\neg(A\land B)$$

By just writing the logic table for both expressions.