Solving Boolean Algebra Expression: Y=ABCD-ABD

AI Thread Summary
The Boolean expression Y = ABCD - ABD is under scrutiny for potential errors in the textbook. The simplification process reveals that subtraction in Boolean algebra is not valid, leading to confusion about the correct answer. Participants suggest that the expression might contain a misprint, possibly needing a plus sign instead of a minus. One user proposes that the correct formulation should be Y = ABD - ABCD. The discussion highlights the challenges of accurately interpreting Boolean algebra expressions in educational materials.
Amith2006
Messages
416
Reaction score
2

Homework Statement



1) Simplify the following Boolean expression:
Y = ABCD – ABD


Homework Equations





The Attempt at a Solution



I simplified it in the following way:
Y = ABCD – ABD. (C + 1)
= - ABD
But the answer given in my book is ABD.
 
Physics news on Phys.org
Typos are possible

Could be a typo in the back of the book. In my Discrete Math we are finding almost 20 errors per section. =o) Contact your teacher?
 
Could you specify which textbook and which page? Thanks.

Boolean algebra deals solely in ones and zeroes. It has only three operators: addition, multiplication and negation. There can be no negative numbers. Namely, -1 is not an allowed number, so the concept of subtraction is meaningless is Boolean algebra.

Having said that, Y= ABCD – ABD has either a misprint – instead of +. In this case,
Y= ABCD + ABD = ABD(C+1)=ABD(1)=ABD

Or, possibly, – is given some special meaning.
 
Sorry for the delayed reply. I was busy with my exams. It is a book by an Indian author. Basic Electronics by B.L.Theraja. I think u r right.The question should have been,
Y = ABD - ABCD
Isn't it?
 
Back
Top