Can someone help me prove the following? (A XOR B)' = A' XOR B Please?
T Thread Starter thisonedude Joined Apr 20, 2014 52 Jul 13, 2014 #1 Can someone help me prove the following? (A XOR B)' = A' XOR B Please?
bertus Joined Apr 5, 2008 23,005 Jul 13, 2014 #2 Hello, Have a look at this page of the eBook: http://www.allaboutcircuits.com/vol_4/chpt_3/4.html You can also make a state table and compare. Bertus
Hello, Have a look at this page of the eBook: http://www.allaboutcircuits.com/vol_4/chpt_3/4.html You can also make a state table and compare. Bertus
M MrCarlos Joined Jan 2, 2010 400 Jul 13, 2014 #3 Hello thisonedude I think it would be a lot of words trying to prove that (A XOR B)' = A' XOR B. Maybe if you look at the attached images you can find it. In these cases it would be faster to search in Google.com for answers. Among the many answers I found is that you look at the following link: http://pubs.sciepub.com/jcsa/1/1/3/ I hope you serve Attachments A 00.png 10.2 KB Views: 25 B 01.png 10.2 KB Views: 18 C 10.png 10.2 KB Views: 17 D 11.png 10 KB Views: 17
Hello thisonedude I think it would be a lot of words trying to prove that (A XOR B)' = A' XOR B. Maybe if you look at the attached images you can find it. In these cases it would be faster to search in Google.com for answers. Among the many answers I found is that you look at the following link: http://pubs.sciepub.com/jcsa/1/1/3/ I hope you serve
NorthGuy Joined Jun 28, 2014 611 Jul 13, 2014 #4 (a xor b)' = (a xor b) xor 1 = a xor b xor 1 = a xor 1 xor b = (a xor 1) xor b = a' xor b. Edit: It was all in capitals. Forum software has changed it.
(a xor b)' = (a xor b) xor 1 = a xor b xor 1 = a xor 1 xor b = (a xor 1) xor b = a' xor b. Edit: It was all in capitals. Forum software has changed it.
kubeek Joined Sep 20, 2005 5,796 Jul 13, 2014 #5 You ca prove it either by making a table, or using boolean algebra.
amilton542 Joined Nov 13, 2010 497 Jul 14, 2014 #6 \( (a'b + ab)' = [(a'b)'][(ab')] (a'' + b')(a' + b'') = (aa') + (ab) + (a'b') + (bb') = a' xor b \)
MrChips Joined Oct 2, 2009 35,175 Jul 14, 2014 #7 A XOR B is an inequality function. Hence (A XOR B)' - is equality function Hence (A XOR B) ' = (A' XOR B) = (A XOR B') This is not a proof but rationalized logic.
A XOR B is an inequality function. Hence (A XOR B)' - is equality function Hence (A XOR B) ' = (A' XOR B) = (A XOR B') This is not a proof but rationalized logic.