- #1
spaghetti3451
- 1,344
- 34
Homework Statement
Evaluate the following: A XOR (B XOR C) = A XOR (BC' + B'C). Using Boolean expressions.
[This question came up in my test today (as part of a review of 'Digital Logic Design') for my 'Computer Architecture' course. It was worth 6 marks. The total test was marked out of 15.]
Homework Equations
Laws of Boolean Algebra
The Attempt at a Solution
[/B]
B XOR C = BC' + B'C, by definition. So, I don't see what there is to show anyway. :(