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).