What is $a'\cdot a'$?

1.1k Views Asked by At

Since, $a+a'=1$ and $a.a'=0$ (Boolean Algebra complement laws), where $a$ is a variable and $a'$ is its complement. Can you please explain what $a'.a'=$ would be?

Also, please prove your result as well. I'm just confused what $a'.a'$ can be?

1

There are 1 best solutions below

3
On

The multiplication operation is idempotent:

$$a\cdot a = a$$

Proof: by enumerating all possible values of $a$ and checking.