Which of the following is not a valid expression of Boolean Algebra?

Which of the following is not a valid expression of Boolean Algebra? Correct Answer x'.y' + x.y = x

Option 1 : x + x.y = x 

LHS = x + x.y = x(1 + y) = x.1 = x   // Boolen Expression law

Option 2 : x'.y+x.y=y

LHS =x'.y+x.y = y(x'+x)=y(1)=y // Boolen Expression law

Option 3 :x'.y'+x.y=x

XNOR(x, y) = x ⊙ y = x.y + x'.y' // Exclusive NOR Rule

Option 4 : (x + y + z)' = x'.y'.z'

(x + y + z)' = x'.y'.z' // Folloe Demorgan's Law

So the correct Answer is Option 3

 

Related Questions

Which of the following is valid for Boolean algebra but NOT for ordinary algebra?
Which of the following is not a valid Boolean algebra rule?
Which of the following is not a valid rule of Boolean Algebra?