Two Variable Problem


A Karnaugh map can help simplify boolean algebra problems by showing the outputs in a table.

Examples

A and B

A/B01
000
101

A or B

A/B01
000
111

not A and B

A/B01
001
100

not A and not B

A/B01
010
100