Homework 8 -- Combinatorics
- There are five roads from town A to town B, two roads from town
B to town C, and three roads from town A to town C that avoid town B.
All the roads are two way streets.
- How many ways are there to go from A to C by way of B?
- How many ways are there to go from A to C?
- In how many ways can we get from A to C and back?
- In how many ways can we get from A to C and back if B is
passes through at least one.
- How many permutations are there of the letters in the following words:
- completeness
- aardvark
- peppy
- Evaluate the following:
- 6!
- P(7,3)
- P(5,3)
- C(5,2)
- There are eight horses in a race. How many win-place-show finishes are
possible?
- Simplify each of the following:
- 12!/9!
- n!/(n-2)!
- How many licence plate numbers are there consisting of three
letters followed by three digits?
- How many 5-card poker hands can be formed from a deck
of 52 cards?
- I plan to buy 3 shirts from a group of 20 and 2 jackets
from a rack of 8. How many combinations are possible?
- How many "words" (strings) are there consisting of nine distinct letters
AND using the vowels a,e,i,o,u,y. (Hint: first select the non-vowels, then
order)
- A full house in poker consists of three of one kind and a pair of
another. How many different ways are there to get a full house?
- There are 12 girls and 10 boys in a class. A committee of five
is selected for a project. How many possible committees are there
containing:
- exactly two boys
- at least one girl
- How many 4-element subsets are there of a 25-element set?