- #1
Shoney45
- 68
- 0
Homework Statement
A national singing contest has 5 distinct entrants from each state. Use a generating function for modeling the number of ways to pick 20 semifinalists if:
a) There is at most 1 person from each state
b) There are at most 3 people from each state.
Homework Equations
N/A
The Attempt at a Solution
The first thing I am doing is to try and create a generating function for the problem as stated. Once I can do that,I can move onto the things that are asked in 'a' and 'b'. But creating generating functions is still unclear to me.
So I think the five entrants from each state represent x (sub 1) through x (sub 5). Since there are fifty states, everything is raised to the fiftieth power, and the whole things equal 20 such that (1 + x + x^2 + x^3 + x^4 + x^5)^50 = 20.
I guess I'll stop there until I find out if I am correct or not.