-
Stockmoose16
- Master | Next Rank: 500 Posts
- Posts: 347
- Joined: Mon Aug 04, 2008 1:42 pm
- Thanked: 1 times
Three dwarves and three elves sit down in a row of six chairs. If no dwarf will sit next to another dwarf and no elf will sit next to another elf, in how many different ways can the elves and dwarves sit?
I've tried two methods and get two different answers. Someone please explain what I'm doing wrong in method #2. Both methods should give the same answer.
METHOD #1:
Seat-by-Seat method:
6 (# of options available, we'll start w/dwarf) * 3 (# of remaining elves) *2 (# of remaining dwarves) *2 (# of remaining elves) *1 (# of remaining dwarves) * 1 (# of remaining elves) = 72
METHOD #@
Enumeration
The elves can be arranged in any of the following manner:
E1D1, D1E1
E1D2, D1E2
E1D3, D1E3
E2D1, D2E1
E2D2, D2E2
E2D3, D2E3
E3D1, D3E1
E3D2, D3E2
E3D3, D3E3
So, we have 18 unique ways the Elves and Dwarves can be paired. In addition there are 3 positions that each of these paired sets can sit in (i.e seats 1&2, 3&4, 5&6). Thus, the answer should be 18 pairs * 3 different arrangements for each pair. That gives me 54. Why am I coming up with the wrong answer using this method?
I've tried two methods and get two different answers. Someone please explain what I'm doing wrong in method #2. Both methods should give the same answer.
METHOD #1:
Seat-by-Seat method:
6 (# of options available, we'll start w/dwarf) * 3 (# of remaining elves) *2 (# of remaining dwarves) *2 (# of remaining elves) *1 (# of remaining dwarves) * 1 (# of remaining elves) = 72
METHOD #@
Enumeration
The elves can be arranged in any of the following manner:
E1D1, D1E1
E1D2, D1E2
E1D3, D1E3
E2D1, D2E1
E2D2, D2E2
E2D3, D2E3
E3D1, D3E1
E3D2, D3E2
E3D3, D3E3
So, we have 18 unique ways the Elves and Dwarves can be paired. In addition there are 3 positions that each of these paired sets can sit in (i.e seats 1&2, 3&4, 5&6). Thus, the answer should be 18 pairs * 3 different arrangements for each pair. That gives me 54. Why am I coming up with the wrong answer using this method?












