Determine how many ways I can distribute $80$ candies to $3$ kids, such that:
$\bullet$ The first kid receives an arbitrary number of candies (possibly $0$).
$\bullet$ The second kid receives an even positive number of candies.
$\bullet$ The third kid receives $0$, $2$, or $5$ candies.
$\bullet$ Every candy is distributed.
I'm not exactly sure how to proceed, because I'm fairly new to generating function. I know that the maximum degree of the generating function I need to make is $80$. I think the generating function for the first function is $1+x+x^2+x^3+x^4+\cdots +x^{80}$. The generating function for the second kid is $1+x^2+x^4+x^6+x^8+\cdots+x^{80}$. The generating function for the third kid is $1+x^2+x^5$. What should I do from here?