Simplifying Boolean Algebra Equations with Distribution and DeMorgan's Law

AI Thread Summary
The discussion focuses on simplifying a Boolean algebra equation using distribution and DeMorgan's Law. Participants emphasize the importance of applying DeMorgan's Law correctly and suggest continuing with algebra reduction rules to achieve the simplest form. A key point is the realization that terms like A + A' simplify to 1, which significantly aids in reducing the expression. The conversation highlights the need for clarity in the problem statement and encourages showing work for better assistance. Ultimately, the goal is to prove that the expression simplifies to 1.
ccky
Messages
15
Reaction score
0

Homework Statement


Untitled.jpg


Homework Equations



Boolean Algebra

The Attempt at a Solution


I use the distri to change the A+C'.D and Demorgan.
Should i use dis and Demorgan firstly like below?
02.jpg

Which property I should use in the next step?
If the first part is wrong,which property i should use first?
Sorry for the small pictures!
Thanks
 
Physics news on Phys.org
Continue to use demorgan until you get down into the simplest form then apply algebra reduction rules.

So are you trying to prove:

(A + C'D)' + A + (CD + AB)' = 1

Just want to make sure we understand the problem as the bar above terms in your images looks like it might include the A term.
 
Last edited:
jedishrfu said:
Continue to use demorgan until you get down into the simplest form then apply algebra reduction rules.

So are you trying to prove:

(A + C'D)' + A + (CD + AB)' = 1

Just want to make sure we understand the problem as the bar above terms in your images looks like it might include the A term.

Sorry for the vague picture.The bar not include in the A term.
Should i use the Demorgan in the whole question firstly including the A.
As the picture shows,then,i continue to use Distributive or Absorption,but failed.
 
ccky said:
Sorry for the vague picture.The bar not include in the A term.
Should i use the Demorgan in the whole question firstly including the A.
As the picture shows,then,i continue to use Distributive or Absorption,but failed.

SHow your work and we can help you along the way.

In your final expression do you have any terms like this?

X + X' + ... =?= 1
 
jedishrfu said:
SHow your work and we can help you along the way.

In your final expression do you have any terms like this?

X + X' + ... =?= 1

I continue to calculate following the picture show on the The attempt at a solution

First:
A'(C+D')+(A+C'+D')(A+A'+B') Use distributive
A'(C+D')+(A+C'+D')(1+B')
But i was wondering whether i can change to 1+B' to 1,because the list only show that 1+A=1

Second:
A'(C+D')+A+A'C'+B'C'+A'D'+B'D'
A'(C+D')+A+A'(C'+D')+B'(C'+D')
 
It seems you are almost there. The last expression

A'(C+D')+A+A'(C'+D')+B'(C'+D')

can be expanded into

A'C + A'D' + A + A'C' + A'D' + B'C' + B'D'

and then combine some terms to get:

A'(C + C') + A + A'D' + B'C' + B' D'

Do you see how to finish it?

HINT: remember that X' + X = 1 and that 1+ANYTHING = 1 in boolean algebra
 
jedishrfu said:
it seems you are almost there. The last expression

a'(c+d')+a+a'(c'+d')+b'(c'+d')

can be expanded into

a'c + a'd' + a + a'c' + a'd' + b'c' + b'd'

and then combine some terms to get:

A'(c + c') + a + a'd' + b'c' + b' d'

do you see how to finish it?

Hint: Remember that x' + x = 1 and that 1+anything = 1 in boolean algebra

a'+ a + a'd' + b'c' + b' d'
1+a'd' + b'c' + b' d'
1
 
ccky said:
a'+ a + a'd' + b'c' + b' d'
1+a'd' + b'c' + b' d'
1

Thats great!

It floored me too when I got to the second to last step and thought how am I going to reduce that and then I saw the A + A' terms
and realized the other terms just didn't matter.
 
  • Like
Likes 1 person
jedishrfu said:
Thats great!

It floored me too when I got to the second to last step and thought how am I going to reduce that and then I saw the A + A' terms
and realized the other terms just didn't matter.


Thanks you!
 
Back
Top