Prove that the number of odd coefficients in each row of Pascal’s triangle is a power of 2 .
I don't know where to begin. I'm not necessarily asking anyone to do the entire proof for me, but if anyone is kind enough to give me any hints or something to consider.
I suggest you make a large Pascal's triangle and color in all the even cells to see the structure. It is quite beautiful. A search for Pascal's triangle mod 2 will turn up examples.
You can use Legendre's formula to find the power of $2$ dividing each factorial. From that, you can show that rows $2^n$ of Pascal's triangle consist of $1$, all even numbers, and the final $1$ because the numerator is $(2^n)!$ and it will have a factor $2^n$ that the denominator cannot match. The triangle below each of the $1$s when reduced $\bmod 2$ is just like the triangle above that row. It follows that the row $2^n+k$ has twice as many odd entries as row $k$ if $k \lt 2^n$. Now strong induction says all the rows have a power of $2$ odd entries. There are certainly other approaches.