Simplfy : $$ (x+y)\cdot(x+yz) $$ I have tried to solve the question through by evaluating the expressions $x(x+y)$ and $yz(x+y)$ but I didn't get the right answer which is: $$ (x+y)\cdot(x+yz)=x + yz $$
Asked
Active
Viewed 105 times
-3
-
You have started with distributivity : thus, you have to write the complete equation. – Mauro ALLEGRANZA Nov 14 '18 at 12:52
4 Answers
2
Here you can use the negation trick and use DeMorgan-rules:
- Set $\bar E = \overline{(x+y)\cdot(x+yz)}$ $$\Rightarrow \bar E =\bar x \bar y + \bar x (\bar y + \bar z) = \bar x(\bar y + \bar z) \Rightarrow E = x + yz$$
trancelocation
- 32,243
-
thank you , one more thing can i do something like that ? : (x+y)(x+z) = x(x+y) + z(x+y) like basic algebra or is it wrong – Razi Awad Nov 14 '18 at 12:55
-
2
1
Another way to look at this problem:
$Y\cap Z\subseteq Y$ so that $X\cup (Y\cap Z)\subseteq X\cup Y$ or equivalently:$$(X\cup Y)\cap(X\cup(Y\cap Z))=X\cup (Y\cap Z)$$
Translation gives:$$(x+y)\cdot(x+y\cdot z)=x+y\cdot z$$
drhab
- 151,093
0
With the use of the second distributivity law D2 we have $$x+yz=(x+y)\cdot (x+z),$$ from where $$\begin{aligned}(x+y)\cdot(x+yz)&=(x+y)\cdot (x+y)\cdot(x+z)\\&=(x+y)\cdot (x+z)\\&=x+yz, \end{aligned}$$ the last step again by D2.
user376343
- 8,311