Boolean Algebra Simplification Question (3 variables) What other Identities can I apply to simplify this problem?

2.4k Views Asked by At

XYZ + XYZ~ + XY~Z + X~YZ = XY + XZ + YZ || ( ~ = not notation)

Simplify the left side step by step


Here is what i have so far

  • XYZ + XYZ~ + XY~Z + X~YZ

  • XY(Z + Z~) + XY~Z + X~YZ (Distributive)

  • XY(1) + XY~Z + X~YZ (Identity)

  • XY + XY~Z + X~YZ


This is where i am stuck, I have tried distributing again and rearranging with the commutative property but i cant move forward. Any input would be appreciated. Thanks!

3

There are 3 best solutions below

0
On

Using idempotent rule: $XYZ + XY\overline Z + X \overline YZ + \overline XYZ= XYZ + XY\overline Z + XYZ + X \overline YZ + XYZ+ \overline XYZ=...$

2
On

Here are some handy laws:

Absorption

$P + PQ = P$

Reduction

$P + P'Q = P + Q$

Generalized Reduction

$PR + P'QR = PR + QR$

0
On

Continuing from your last expression and applying the Generalized Reduction (Bram28's answer) we have:

$$ xy + xy'z + x'yz = xy+xy'z+yz $$ with $P=x, R=y, Q=z$ (refering to Bram28's notation), then it equals $$ xy+xz+yz $$ by applying the same rule with $P=y, R=x, Q=z$.