We have the following set of numbers $1,2\dots14$.
a) How many subsets with 4 numbers can we find that contain only one even number
b) How many subsets with 4 numbers can we find that have a sum of an even number
As for the a, what I am thinking is , every subset with 3 numbers out of $1,3,5,7,9,11,13 $ is $\binom73=\frac{7!}{3!\cdot4!}=35$
So for every subset that I already have I need to add one number out of $ 2,4,6,8,10,12,14$ which means I have 7 choices for each subset. Therefore $7\cdot35$
My problem is with b
We consider the three cases in which four numbers from the set can sum to an even number.
Adding up, we find $35+35+441=511$ admissible subsets.