Please help solving some Boolean Algebra problems

41 Views Asked by At

I want to know how these problems are solved. Thank you very much.

i) x·y + y·z + x'·z = x.y + x'·z ii) (x + y)·(x' + z) = x·z + x'·y

2

There are 2 best solutions below

0
On BEST ANSWER

For the first one,

$$\begin{align*} xy+yz+x'z&=xy+(x+x')yz+x'z\\ &=xy+xyz+x'yz+x'z\\ &=xy(1+z)+x'z(1+y)\;; \end{align*}$$

can you finish it from there?

For the second,

$$\begin{align*} (x+y)(x'+z)&=(x+y)x'+(x+y)z\\ &=xx'+yx'+xz+yz\\ &=x'y+xz+yz\;; \end{align*}$$

now use the first one after renaming some of the variables.

0
On

Well for i) you don't need yz cos xy+x'z <=yz and for ii) when you multiply it you will get similar to i)