I need to find how many solutions of the diophantine equation in the title of the question exist with two of the following conditions and am having major trouble:
- How many non-negative solutions it has so that all $x_i$ are even.
- How many non-negative solutions it has so that exactly one of the $x_i$ equals $0$.
I used the repetitive combinations formula for the previous questions, but am stumped on how to precede here.
For one: Let them all be even first (so that $x_i=2k_i$ for some integers $k_i$). Then, you can rewrite: $$x_1+x_2+\ldots+ x_6=14\implies k_1+k_2+\ldots+k_6=7$$ and that's your typical partition problem (usually done with the "bars and stars" method). For the second one, first let one of the variables equal $0$ (say $x_1=0$). Then, how many ways can you have $$x_2+x_3+\ldots +x_6=14$$ is again your normal partition problem. Do this for each $x_i$. (Notice any symmetries to make calculations a little easier for this one?)