How is the cardinality of this set odd?

54 Views Asked by At

I don't understand how the cardinality can be odd:

Q is a non-explicitly defined set.

$|{x \in P(Q): |X| \le 2}| = 29$

1

There are 1 best solutions below

0
On BEST ANSWER

If $|Q|=n$, the number of subsets with at most $2$ elements is the sum of the number of subsets with $0, 1$ and $2$ elements: $$\bigl|\{x ∈ \mathscr P(Q): |X| \le 2\}\bigr| = 1+\binom n1+\binom n2=1+\frac{n(n+1)}2,$$ and I don't see why $\dfrac{n(n+1)}2$ cannot be even. This depends on $n\equiv 0, 3\mod 4$ or not.