Simplifying on logic operations - discrete maths

60 Views Asked by At

I have this simple expression and I would be grateful if someone simplified it then told me step by step how they did so.

The question says just 'Simplify'. Here's operation to simplify: $$(\neg a\lor\neg b)\land(\neg b\lor\neg c)\implies(c\lor a)$$

1

There are 1 best solutions below

0
On BEST ANSWER

Your expression translates to the following Karnaugh Veitch map:

enter image description here

It can thus be simplified to

$a \lor c$