Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Boolean Algebra - simplifing

Status
Not open for further replies.

Jeorne

Newbie level 1
Joined
Mar 15, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
I'm having problems simplifying this boolean logic using the basic laws and theorems with proof.
AB'(C+D)+(C+D)'

The answer should be AB' + C'D', but how is this result reached? Can someone show me the steps and alegebraic theorems used.

All I have is

AB'C + AB'D + C'D'[/code]
 

That's how I c it
AB'(C+D)+(C+D)'
if (C+D) = 1, then the result is AB'
if (C+D) = 0, then the result is (C+D)'=C'D'

The equation can be rewritten as AB' + C'D'

It is a logical proof rather than a mathematical one.

--
Amr Ali
 

    Jeorne

    Points: 2
    Helpful Answer Positive Rating
Using the simplification rule xy'+y = x+y
**broken link removed**

Then (AB')(C+D) + (C+D)' = (AB') + (C+D)' = AB' + C'D'
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top