Question:easy

Which one of the following options is not a property of Boolean Algebra?
Note: + is OR operation, . is AND operation, and β€² is NOT operation

Show Hint

Remember the complement laws precisely: ANDing a variable with its complement gives 0, while ORing a variable with its complement gives 1. Match each option against these two rules.
Updated On: Aug 3, 2026
  • π‘Ž+ 𝑏= 𝑏+ π‘Ž
  • π‘Ž . π‘Žβ€² = 1
  • π‘Ž+ π‘Žβ€² = 1
  • π‘Ž . 𝑏= 𝑏 . π‘Ž
Show Solution

The Correct Option is B

Solution and Explanation

A quick way to test a Boolean identity is to substitute the two possible values of \(a\), namely 0 and 1, and check both cases.

Testing \(a.a prime = 1\): If \(a=1\), then \(a prime = 0\), so \(a.a prime = 1.0 = 0\). If \(a=0\), then \(a prime = 1\), so \(a.a prime = 0.1 = 0\). In both cases the result is 0, never 1. So the statement \(a.a prime = 1\) is false in general and cannot be a law of Boolean Algebra.

Checking the remaining options: \(a+b=b+a\) and \(a.b=b.a\) simply swap operand order in OR and AND, which never changes the output of a symmetric operation, so both hold for every combination of \(a\) and \(b\). The identity \(a+a prime = 1\) can be tested the same way: for \(a=1\), \(a+a prime = 1+0=1\); for \(a=0\), \(a+a prime = 0+1=1\). It always holds.

Since every option except \(a.a prime = 1\) checks out for all input combinations, the option that fails is \(a.a prime = 1\), matching the correct law \(a.a prime = 0\).

Final answer: Option (B).
Was this answer helpful?
0


Questions Asked in GATE CS exam