- #1
shamieh
- 539
- 0
Use algebraic manipulation to show that for three input varibles x1, x2, and x3
\(\displaystyle \sum\)m(1,2,3,4,5,6,7) = x1 + x2 + x3
So far all I have is a truth table with 8 rows because I know 2^3 = 8 (starting at 0 of course, just assume the list I prepared on here is starting at 0 and not 1 - ending at 7.)
So how do we go from:
= \(\displaystyle (x1x2x3+x1x2x3+x1x2x3+x1x2x3)+ (x1x2x3+x1x2x3+x1x2x3+x1x2x3) +(x1x2x3+x1x2x3+x1x2x3+x1x2x3)\) <-- WHERE do these extra FOUR terms come out of nowhere??Here is the final solution. Just don't know how they got the four extra terms OR how they got there...
= x1+ x3+ x2
I am lost in the dark...(Emo)
\(\displaystyle \sum\)m(1,2,3,4,5,6,7) = x1 + x2 + x3
So far all I have is a truth table with 8 rows because I know 2^3 = 8 (starting at 0 of course, just assume the list I prepared on here is starting at 0 and not 1 - ending at 7.)
- x1x2x3
- 0 0 0 = 0
- 0 0 1 = 1 [x! x! x] +
- 0 1 0 = 1 [x! x x!] +
- 0 1 1 = 1 [x! x x] +
- 1 0 0 = 1 [x x! x!] +
- 1 0 1 = 1 [x x! x] +
- 1 1 0 = 1 [x x x!] +
- 1 1 1 = 1 [x x x] +
So how do we go from:
= \(\displaystyle (x1x2x3+x1x2x3+x1x2x3+x1x2x3)+ (x1x2x3+x1x2x3+x1x2x3+x1x2x3) +(x1x2x3+x1x2x3+x1x2x3+x1x2x3)\) <-- WHERE do these extra FOUR terms come out of nowhere??Here is the final solution. Just don't know how they got the four extra terms OR how they got there...
= x1+ x3+ x2
I am lost in the dark...(Emo)
Last edited: