Discrete Mathematics: Generating Functions

Generating Functions


  1. How many ways are there to make $N$ cents using pennies and nickels?

  2. $$ \boxed{\frac{1}{(1-x)(1-x^5)} = (1 + x + x^2 + x^3 + x^4 + x^5 + \ldots)(1 + x^5 + x^{10} + x^{15} + x^{20} + x^{25} + \ldots)} $$
    $$ \boxed{\Big\lfloor \frac{N}{5} \Big\rfloor + 1} $$
  3. How many ways are there to make $N$ cents using pennies, nickels, and dimes?

Comments

Popular posts from this blog

Discrete Mathematics: Induction

Discrete Mathematics: Permutations With Repetition