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.

How can i simplify this function?

Status
Not open for further replies.

life24

Newbie level 6
Joined
Apr 21, 2014
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
64
Hi,
Please simplify this function.
(A+B) XOR A
and
(A' + B) XOR A
And explain this. thank you
 

(a+b)xor a = (a+b)a'+(a+b)'a = ba'+a'b'a = ba'

(a'+b)xor a = (a'+b)a'+(a'+b)'a = (a'+ba')+ab'a = a'+ab'
= a'+b'
 
Last edited:

(a+b)xor a = (a+b)a'+(a+b)'a = ba'+a'b'a = ba'

(a'+b)xor a = (a'+b)a'+(a'+b)'a = (a'+ba')+ab'a = a'+ab'
= a'+b'

Thank you,
Do these two is equivalent?
gif1.gi.gif

and

gif.gi.gif

- - - Updated - - -

Hi,
Can you simlify this? thanks
gif (1).gi.gif
 

Can you simlify this? thanks
gif (1).gi.gif
 

Yes I could, but that won't help you learn Boolean algebra, and defeats the purpose of you having homework problems that you need to solve.

Regards
Hi,
No this is not my homework.
This ambiguity is a test :(
 

Well if it's for a test to...
a) get a grade in a class
b) get a job

Then that is even worse than if it was homework.
a) you get a good grade and didn't actually do the work and didn't know how to derive the answer yourself.
b) got the job and aren't qualified to do the work they hire you to do.
 

Well if it's for a test to...
a) get a grade in a class
b) get a job

Then that is even worse than if it was homework.
a) you get a good grade and didn't actually do the work and didn't know how to derive the answer yourself.
b) got the job and aren't qualified to do the work they hire you to do.

I'm not a liar.This is not my homework.
 

Here are some Boolean operations that are needed to solve this problem

a'a = 0
b(c + d) = bc + bd
which allows you to derive the following if you make b = (e + f):
(e + f)(g + h) = eg + eh + fg + fh


Regards
 

well in all case, like ads-ee, I think you spend more time to write the ticket in edaboard instead solving this boolean equation, if not, you have a problem to be a electronic technician (at least).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top