Exercise 2.

For each of the following counting problems, say whether the answer is \({10\choose 4}\text{,}\) \(P(10,4)\text{,}\) or neither. If you answer is “neither,” say what the answer should be instead.

  1. How many shortest lattice paths are there from \((0,0)\) to \((10,4)\text{?}\)

  2. If you have 10 bow ties, and you want to select 4 of them for next week, how many choices do you have?

  3. Suppose you have 10 bow ties and you will wear a different one on each of the next 4 days. How many choices do you have?

  4. If you want to wear 4 of your 10 bow ties next week (Monday through Sunday), how many ways can this be accomplished?

  5. Out of a group of 10 classmates, how many ways can you rank your top 4 friends?

  6. If 10 students come to their professor's office but only 4 can fit at a time, how different combinations of 4 students can see the prof first?

  7. How many 4 letter words can be made from the first 10 letters of the alphabet?

  8. How many ways can you make the word “cake” from the first 10 letters of the alphabet?

  9. How many ways are there to distribute 10 identical apples among 4 children?

  10. If you have 10 kids (and live in a shoe) and 4 types of cereal, how many ways can your kids eat breakfast?

  11. How many ways can you arrange exactly 4 ones in a string of 10 binary digits?

  12. You want to select 4 distinct, single-digit numbers as your lotto picks. How many choices do you have?

  13. 10 kids want ice-cream. You have 4 varieties. How many ways are there to give the kids as much ice-cream as they want?

  14. How many 1-1 functions are there from \(\{1,2,\ldots, 10\}\) to \(\{a,b,c,d\}\text{?}\)

  15. How many surjective functions are there from \(\{1,2,\ldots, 10\}\) to \(\{a,b,c,d\}\text{?}\)

  16. Each of your 10 bow ties match 4 pairs of suspenders. How many outfits can you make?

  17. After the party, the 10 kids each choose one of 4 party-favors. How many outcomes?

  18. How many 6-elements subsets are there of the set \(\{1,2,\ldots, 10\}\)

  19. How many ways can you split up 11 kids into 5 named teams?

  20. How many solutions are there to \(x_1 + x_2 + \cdots + x_5 = 6\) where each \(x_i\) is a non-negative integer?

  21. Your band goes on tour. There are 10 cities within driving distance, but only enough time to play 4 of them. How many choices do you have for the cities on your tour?

  22. In how many different ways can you play the 4 cities you choose?

  23. Out of the 10 breakfast cereals available, you want to have 4 bowls. How many ways can you do this?

  24. There are 10 types of cookies available. You want to make a 4 cookie stack. How many different stacks can you make?

  25. From your home at (0,0) you want to go to either the donut shop at (5,4) or the one at (3,6). How many paths could you take?

  26. How many 10-digit numbers do not contain a sub-string of 4 repeated digits?

Solution.
in-context