Representation
| Result | Logical equivalent | |||
|---|---|---|---|---|
| F | F | F | F | |
| F | F | T | F | |
| F | T | F | F | |
| F | T | T | F | |
| T | F | F | T | |
| T | F | T | F | |
| T | T | F | F | |
| T | T | T | T |
Using sum of products, we take the sum of all logical statements which yield true results. Thus, our result would be:
It could then be simplified using Boolean algebra to:
Read more about this topic: Combinational Logic