Boolean Algebra Simplification: Understanding F= A'+B'+(A+B).B'.C [Tutorial]

Click For Summary
The discussion revolves around the simplification of the digital logic function F = A' + B' + (A + B)B'C. The original poster, Bruynz, struggles to understand how the function simplifies to 1, as indicated in the provided solution. They detail their steps, which include using distribution and tautology, but are confused by the transition to F = A + A' + B' leading to F = 1. Another participant points out that the original simplification is incorrect and provides an alternative simplification, concluding that F simplifies to A' + B' + C instead. They suggest constructing a truth table to verify the final result, emphasizing that the original function is not a tautology.
bruynz
Messages
1
Reaction score
0
Digital Logic is blowing my head off! I can't understand a thing.

I had a question in which I was supposed to simplify the function

Code:
F= A'+B'+(A+B).B'.C

apperently this simplify to 1.

Here's what I managed to do:

Code:
F= A'+B'+[(A.B')+(B.B')].C by Distribution

F= A'+B'+(A.B').C by Tautology

F= A'+B'+A.B'.C by Distribution

according to the answer the next step get

F = A+A'+B'

F=1

however I have no idea what he's done or how to get there.

Any help would be appreciated

Regards,
Bruynz.

I hope this is the right section
 
Last edited:
Technology news on Phys.org
Welcome to PF!

Hi Bruynz! Welcome to PF! :smile:
bruynz said:
Digital Logic is blowing my head off! I can't understand a thing.

I had a question in which I was supposed to simplify the function

Code:
F= A'+B'+(A+B).B'.C

Do not adjust your mind …

reality is at fault! :biggrin:

The question is obviously wrong. :rolleyes:
 
F= A'+B'+(A+B).B'.C
F = A' + B' + A.B'.C
F = A' + B' + A.C
F = A' + B' + C

Yeah, they did something jive near the last step. I'm pretty sure that what I have down is the final answer. You can go back to the original and construct its truth table to trivially show it is no tautology.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 12 ·
Replies
12
Views
7K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
Replies
5
Views
2K