in Digital Logic edited by
1,885 views
2 votes
2 votes

​​​​For a Boolean variable $x$, which of the following statements is/are FALSE?

  1. $x .1=x$
  2. $x+1=x$
  3. $x \cdot x=0$
  4. $x+\bar{x}=1$
in Digital Logic edited by
by
1.9k views

2 Answers

0 votes
0 votes
B C
0 votes
0 votes
  •  $x.1=x$ identity law. it is true.
  • $x+1=x$ it is false. it should be $x+1=1$
  • $x.x=0$ it is false, it should be $x.x=x$
  • $x+\bar x=1$ complement law. it is true

So option $(B,C)$ is false here.

Answer:

Related questions