Setting
Let $S$ be a set of integers where at least one of the integers is odd. Suppose we pick a random subset $T$ of $S$ by including each element of $S$ independently with probability $1/2$, Show that
$$\text{Pr}\Big[\Big(\sum_{i \in T} i\Big) = \text{odd}\Big] = \frac{1}{2}$$
Solution given
Let $x$ be an odd integer in $T$. Then for every subset $S \subseteq T - \{x\}$, exactly one of $S$ and $S \cup \{x\}$ has an odd total, and both are subsets of $T$. Thus exactly half of the subsets have an odd total.
Problem
The solution makes very little sense to me. If someone has an alternate solution, or could pose the solution in a more explicable manner, it'd be really nice.
Let's try to expand the offered demonstration a bit, and see if it doesn't make more sense.
We find an odd number $x \in S$, since we are told one exists, and define $S' = S-\{x\}$. The central idea is that every subset of $S$ is then either a subset of $S'$, or it's the union of $\{x\}$ with a subset of $S'$, and furthermore, that there is a one-to-one correspondence between the former and the latter.
This may be made clearer with an example. Suppose $S = \{1, 2, 4, 7\}$, and we choose $x = 1$, and then $S' = \{2, 4, 7\}$. Then we can partition the subsets of $S$ into two parts, those that contain $x = 1$, and those that do not. Furthermore, there is a one-to-one correspondence between those that do and those that do not: namely
$$\{1\} \leftrightarrow \emptyset$$ $$\{1, 2\} \leftrightarrow \{2\}$$ $$\{1, 4\} \leftrightarrow \{4\}$$ $$\{1, 7\} \leftrightarrow \{7\}$$ $$\{1, 2, 4\} \leftrightarrow \{2, 4\}$$ $$\{1, 2, 7\} \leftrightarrow \{2, 7\}$$ $$\{1, 4, 7\} \leftrightarrow \{4, 7\}$$ $$\{1, 2, 4, 7\} \leftrightarrow \{2, 4, 7\}$$
Now, it should be clear that because $x$ (which equals $1$ in this case) is odd, exactly one of the two subsets in each pairing can have an odd sum. (You can verify that by inspection for this example, if you like.) Since all the subsets are somewhere in this mapping, it follows that exactly half of all subsets have an odd sum, and in turn, that the probability of a subset (given that each subset is selected with equal probability) having an odd sum is $1/2$.
Notice that it does not matter whether or not there are more odd numbers in $S$ besides $x$ (as there is in this example); the argument works either way. Note also that the proposition implicitly assumes that both the empty set and $S$ are considered to be subsets of $S$ (as is typical), and that the sum of the empty set is zero, by definition; otherwise, the proposition is not true if the elements of $S$ add up to an even number.