Why (NOT A)(NOT B)(C) + B = (NOT A)(C) + B [Boolean Algebra]

AI Thread Summary
The discussion revolves around a boolean algebra simplification problem where the participant is confused about the disappearance of (NOT B) in the equation (NOT A)(NOT B)(C) + B = (NOT A)(C) + B. The solution involves expanding the left side and using the identity for B to incorporate additional terms. By substituting B with a boolean expression, the left side can be transformed to include (NOT A)(C) and B, allowing for simplification. The key takeaway is that through careful expansion and combination of terms, the equation can be simplified correctly. This method clarifies the initial confusion regarding the simplification process in boolean algebra.
rehcarlos
Messages
8
Reaction score
0

Homework Statement


I'm studying function simplification in boolean algebra, and I didnt understand the following step:
(NOT A)(NOT B)(C) + B = (NOT A)(C) + B

What happened to the NOT B?

Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
Expand (¬A)(C) on the right hand side as (¬A)(¬B)(C)+(¬A)(B)(C) and simplify.
 
Hey DH thanks for helping,

but I still don't get it, I mean...

I need to know what's the next step of (NOT A)(NOT B)(C) + B. In your answer, you are saying that I need to expand the right side... but in a real exercise, I wouldn't know what the right side would look like
 
On the left hand side, then.

Expand B as B = (any boolean expression whatsoever)B + B. Here we'll use B = (¬A)(C)(B) + B. Then the left hand side becomes (¬A)(¬B)(C) + (¬A)(C)(B) + B. Combine the first two terms and simplify to yield (¬A)(C).
 
Got it! Thanks
 
test
 

Similar threads

Back
Top