Distributivity Theorem in Boolean Algebra

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
SpaceDomain
Messages
58
Reaction score
0
Hello. I am wondering if the distributivity theorem works for factoring out more than a single term.

Distributivity Theorem:
[tex]BC + BD = B(C + D)[/tex]

But can I do this:
[ tex ] ABC + ABD = AB(C + D) [ /tex ]

Thanks.
 
Last edited:
Physics news on Phys.org
Awesome. Thanks.
 
Okay, so I am using this concept in the following problem but am getting stuck.

I am trying to simplify the following expression (A' is the complement of A) :

Y= A'B'C' + A'B'C + A'BC + AB'C + ABC

Y= A'B'(C' + C) + AB'C + A'BC + ABC

Y= A'B' + A'BC + AB'C + ABC

Y = A'B' + AB'C + BC(A + A')

Y = A'B' + AB'C + BC

Y = A'B' + C(AB' + B)

Y = A'B' + C(A + B)

Y = A'B' + CA + CBBut when I work out a Karnaugh Map I get Y = A'B' + C

How does CA + CB reduce to C?
 
SpaceDomain said:
Okay, so I am using this concept in the following problem but am getting stuck.

I am trying to simplify the following expression (A' is the complement of A) :

Y= A'B'C' + A'B'C + A'BC + AB'C + ABC

Y= A'B'(C' + C) + AB'C + A'BC + ABC

Y= A'B' + A'BC + AB'C + ABC

Y = A'B' + AB'C + BC(A + A')

Y = A'B' + AB'C + BC

Stop here. Now continue as

Y=A'B'+A'B'C+AB'C+BC
 
Okay, I'll try that.

But is there a way to simplify:
A'B' + CA + CB

to A'B' + C?

Or can you just get stuck when simplifying Boolean expressions?

Because when I work out the K-map on:
A'B' + CA + CB

I end up with:
A'B' + C.