edited by
5,307 views
13 13 votes

Which of the following is not valid Boolean algebra rule?

  1. $\text{X.X = X}$
  2. $\text{(X+Y).X = X}$
  3. $\overline{X}+\text{XY = Y}$
  4. $\text{(X+Y).(X+Z) = X + YZ}$

4 Answers

Best answer
10 10 votes
Answer is C

x' + xy = (x' + x)(x' + y) = x' + y
selected by
4 4 votes
ans is C x'+xy =(x'+x)(x'+y)=1.(x'+y)=x'+y which is not equal to y

a)is true as X.X=X    b)(X+Y).X=XX+XY=X+XY=X(1+Y)=X IS ALSO TRUE

D)is true as xx+xz+yx+yz=x+xz+yx+yz=x(1+z+y)+yz=x+yz
edited by
2 2 votes
$X.X = X $OPTION(A) TRUE

$(X+Y)X = X+XY=X(1+Y)=X $OPTION (B) TRUE

$(X’+XY) = (X’+X)(X’+Y) = X’+Y ≠ Y$ OPTION (C) FALSE

$(X+Y)(X+Z) = XX+XZ+XY+YZ=X+XZ+XY+YZ=X(1+Z+Y) + YZ = X+YZ$ OPTION (D) TRUE

so only false rule is c

answer (c)
Answer:
Position:
Show:

Related questions

11 11 votes
5 answers 5 answers
7.7k
7.7k views
go_editor asked Jul 1, 2016
7,736 views
Consider the logic circuit given below.The inverter, AND and OR gates have delays of $6, 10$ and $11$ nanoseconds respectively. Assuming that wire delays are negligible, ...
7 7 votes
3 3 answers
5.2k
5.2k views
go_editor asked Jul 1, 2016
5,156 views
The output of a tristate buffer when the enable input in $0$ isAlways $0$Always $1$Retains the last value when enable input was highDisconnected state
6 6 votes
6 answers 6 answers
5.5k
5.5k views
go_editor asked Jul 1, 2016
5,543 views
Consider the logic circuit given below:$\text{Q =}$ __________?$\overline{\text{A}} \text{C} + \text{B} \overline{\text{C}} +\text{CD}$$\text{ABC} + \overline{\text{C}} \...
9 9 votes
4 answers 4 answers
8.9k
8.9k views
jenny101 asked Jun 14, 2016
8,925 views
How many different $\text{BCD}$ numbers can be stored in $12$ switches ? (Assume two position or on-off switches).$2^{12}$$2^{12}-1$$10^{12}$$10^3$