+1 vote
in JEE by kratos

Correct the following boolean statements:

  1. X+1 = X

  2. (A')'=A'

  3. A+A'=0

  4. (A+B)' = A.B

1 Answer

+4 votes
by kratos
 
Best answer
  1. X+1 =1 or X+0=X

  2. ((A’)’) = A

  3. A + A’= 1 or A . A’=0

  4. (A+B)’ = A’ . B’

...