Given:
- A bag of 10 red balls
- A bag of 10 blue balls.
In how many sequences can one draw all the 20 balls.
so a sequence could be (r for red ball, b for blue ball):
b b b b b b b b b b r r r r r r r r r r
another sequence could be:
r b b b b b b b b b b r r r r r r r r r