Solving Boolean Algebra Qns: x+yz+x'y= (x+x')(x+y)+yz

AI Thread Summary
The discussion focuses on simplifying the Boolean algebra expression x + yz + x'y = (x + x')(x + y) + yz. A participant seeks clarification on how x + x'y transforms into (x + x')(x + y). The solution involves using the absorption law to replace x with x(x + y) and adding xx', which equals 0. This leads to the conclusion that x + x'y can be expressed as (x + x')(x + y). The explanation highlights the complexity of the simplification process in Boolean algebra.
jaydunkfull
Messages
1
Reaction score
0
hi all

ive got a short qns on boolean algebra. here's the qns

x+yz+x'y= (x+x')(x+y)+yz

this is just a small part of the eqn i do not understand. how does x+x'y become (x+x')(x+y)? i don't seem to be able to apply any other laws that lead to this.

thanks in advance!
 
Physics news on Phys.org
You can use absorption to replace x with x(x+y) and add xx' since it's equal to 0 to get

x+x'y = x(x+y) + x'x + x'y = x(x+y) + x'(x+y) = (x+x')(x+y)

Seems kind of a roundabout way to show x+x'y = x+y.
 

Similar threads

Back
Top