I don't quite understand this topic so I need help to prove the number of subsets of
S = {1,2,3,...,N}
which they have an even number of elements.
Thanks in advance.
I don't quite understand this topic so I need help to prove the number of subsets of
S = {1,2,3,...,N}
which they have an even number of elements.
Thanks in advance.
There are $2^N$ subsets altogether. Half should have an even number of elements. That's $1/2\cdot2^N=2^{N-1}$.
You could do a proof by induction.