I have a question that states the following:
Use algebraic manipulation to show that for three input variables x1 , x2 , and x3
∑(1,2,3,4,5,6,7) = x1 + x2 + x3
I'm assuming it wants the minimum sum of products to prove its equality to x1 + x2 + x3 (or x + y + z). This is what I've narrowed it down to so far: y'z + x'y + xz' + xyz.
However, I'm unable to understand which property's will reduce this to just x + y + z (or again, x1 + x2 + x3).