Boolean Addition and Complement
⚑ Report issue
Found a wrong answer, translation, image or source problem? Send it to editorial review.
PYQFound a wrong answer, translation, image or source problem? Send it to editorial review.
Boolean addition corresponds to OR, not NOR, so statement 1 is false. DeMorgan’s theorem states that the complement of a product equals the sum of the complements, (XY)̄=X̄+Ȳ, so statement 2 is true. Hence option C.

Boolean “+” means OR; a bar over OR gives NOR.
Do not interpret Boolean addition as ordinary arithmetic addition.
Boolean “+” means OR; a bar over OR gives NOR.