+1 vote
in Class 12 by kratos

State the principle of duality. Write the dual of 1 + x = 1.

1 Answer

+6 votes
by kratos
 
Best answer

The principle of duality states that starting with a Boolean relation, another relation can be derived by

  1. Changing each OR sing (+) to an AND sign (.)
  2. Changing each AND sing (.) to an OR sign (+).
  3. Replacing each 0 by 1 and each 1 by 0.
  4. All variables are complemented.

For example, (X + Y’) dual is (X’. Y)
1 + X = 1 is 0 . X = X.

...