Basic Boolean Algebra Simplification questions (not sure if done right)

Thread Starter

Frank2368

Joined Dec 10, 2011
3
I am very new to the circuit world, having just learned it recently in school. The teachers have given us some homework on the simplification of Boolean algebra, although there were no answers so it's very frustrating not knowing whether I've done them right or wrong.

Right now, I have a few practice questions where we have to simplify to the simplest form that I'm not too sure whether I did right or wrong. It'd be great if you could tell me how I did on these questions.

*underline means that it's a NOTed*

(A + B) (AB + C) C
= (A + B) C
= AC + BC

(A + B) C + (AB + C)
= AC + BC + AB + C
= AC + BC + AB
 

Thread Starter

Frank2368

Joined Dec 10, 2011
3
Oh I see, so it should be like this?

(A + B') C + (AB' + C)
= AC + B'C + AB' + C
= AC + AB' + (B'C + C)
= AC + AB' + C (1 + B')
= AC + AB' + C
= AB' + (AC + C)
= AB' + C(1 + A)
= AB' + C?
 

Thread Starter

Frank2368

Joined Dec 10, 2011
3
I was under the impression that I'd have to simply follow the laws of Boolean algebra and sub them into each equation, now I'm slowly seeing why these equations work. That was the sole reason I think I even got the first one right ><
 

Georacer

Joined Nov 25, 2009
5,182
@Frank2368

Yes, this is what I was talking about.

Boolean laws form the basis, but identities such as the ones in the link make your life much easier.
 
Top