Determine how many ways Brian, Katie, and Charlie can split a $\$50$ dinner bill such that Brian and Katie each pay an odd number of dollars and Charlie pays at least $\$5$.
How can I use generating functions to solve this problem? Or should I use a counting approach?
Take $\$6$ off Charlie and a dollar off the other two. Now lay out the remaining $\$42$ in $21$ $\$2$ chits and divide those. By stars-and-bars, there are
$${21+2 \choose 2} = 253\text{ options}$$
I'll leave the generating functions to someone else...