Boolean algebra help.

DLMUK

Member
Join Date
Jun 2013
Location
Southampton
Posts
311
Hi,

I have a question in my HND to prove two Boolean expressions are the same using truth tables.

bool11.jpg

https://www.dropbox.com/s/45tbto58foezrdu/bool11.jpg?dl=0

I can see that the two parts of the expressions including variables ABC are the same. But the AC and BC parts don't to me.

For example I thought that for ~(AC) the B term is irrelevant. Therefore in a truth table you would get two events when the term is true, i.e. when B is a 0 and when B is a 1. Because it is only interested in terms A and C.

Is this correct?

Thanks
 
It's been a while since I've done truth tables and boolean algebra, but here's what I come up with:

Simplify the equation down, reducing the "bars". The long bar over the entire equation will invert all of the logic for each section and should work out to:

A(B)C + AC + (B)C --- I'm using ( ) to denote a bar or "not".

Since AC is common in the first two parts, then you can use the Redundancy Law and eliminate the AC. Same with (B)C in the first and last part. This leaves you with just A(B)C = A(B)C

I hope I explained that well enough, it's been a while since I've studied all of the laws of boolean algebra.
 

Similar Topics

Have you checked it out. I fell in love w/ it immediately. I once had a boss that would make spaghetti code via huge function block diagram type...
Replies
18
Views
4,462
Does anyone use these expressions or find them useful in the course of your work. I am taking a grad class with Industrial Systems Engineering...
Replies
5
Views
4,055
So hey guys, new here. Long time listener first time poster. Have a question for you. I'm looking to get into some rudimentary programming...
Replies
12
Views
5,220
Can anyone recommend a site for easy-to-understand teaching material for Boolean Algebra? Lots of stuff out there but hard for me to understand...
Replies
5
Views
3,691
Hi. I haven't touched an Allen Bradley PLC for more than 10 years and I'm kind of rusty. I want to do something really simple in a FBD section...
Replies
5
Views
861
Back
Top Bottom