1

In how many different ways can five persons be seated on a bench?

2

How many three-digit odd numbers can be formed with the digits 1, 2, . . . , 9 if no digit is repeated in any number?

Odd numbers must end with 1, 3, 5, 7, 9

  1. Choose odd number for units place
  2. Choose remaining 8 for hundreds place
  3. Choose remaining 7 for tens place

3

In how many ways can three boys and three girls be seated in a row if boys and girls alternate?
  1. BGBGBG
  2. GBGBGB
  3. The boys/girls in the above order can be different persons

4

In how many ways can two letters be mailed if five letter boxes are available?

5

In how many ways can 10 boys take positions in a straight line if two particular boys must not stand side by side?

<> B <> B <> B <> B <> B <> B <> B <> B <>

  1. Arrange 8 boys
  2. Permute 2 boys in 9 slots
  1. Arrange 10 boys
  2. Subtract the ways to put the 2 boys together (group 2 boys, times the way to permute them)

6

In how many ways can the offices of chairman, vice-chairman, secretary, and treasurer be filled from a committee of seven?

7

How many three-digit numbers greater than 300 can be formed with the digits 1, 2, . . . , 6 if no digit is repeated in any number?

8

A bag contains nine balls numbered 1, 2, . . . , 9. In how many ways can two balls be drawn so that (a) both are odd? (b) their sum is odd?

Note that the question is asking for combination, not permutation

a

b

Sum is odd if odd + even (5 odd, 4 even)

9

Two dice can be tossed in 36 ways. In how many of these is the sum equal to (a) 4; (b) 7; (c) 11?
123456
1234567
2345678
3456789
45678910
567891011
6789101112

a

3 ways

b

6 ways

c

2 ways

10

Four delegates are to be chosen from eight members of a club. (a) How many choices are possible? (b) How many contain member A? (c) How many contain A or B but not both?

a

b

c

  1. All choices
  2. Subtract choices that contains both A and B
  3. Subtract choices that do not contain A or B
  1. Choose remaining 3 (no A or B)
  2. Choose A or B