tabsang wrote:Ten Arabian horses are split into pairs to pull one of the four distinct carts in a race. If each cart is assigned to a pair, how many different assignments of horses to carts are possible?
a) 420
b) 1260
c) 5220
d) 9450
e) 113400
OA is E
Take the task of assigning the 4 carts break it into stages.
Stage 1: Assign the first cart to 2 horses
There are 10 horses and we must select 2.
Since the order of the selected horses does not matter, we can use combinations.
We can select 2 horses from 10 horses in 10C2 ways (
45 ways).
Aside: If anyone is interested, we have a free video on calculating combinations (like 10C2) in your head:
https://www.gmatprepnow.com/module/gmat-counting?id=789
Stage 2: Assign the second cart to 2 horses
There are 8 horses remaining and we must select 2.
We can select 2 horses from 8 horses in 8C2 ways (
28 ways).
Stage 3: Assign the third cart to 2 horses
There are 6 horses remaining and we must select 2.
We can select 2 horses from 6 horses in 6C2 ways (
15 ways).
Stage 4: Assign the fourth cart to 2 horses
There are 4 horses remaining and we must select 2.
We can select 2 horses from 8 horses in 4C2 ways (
6 ways).
By the Fundamental Counting Principle (FCP), we can complete all 4 stages (and thus assign horses to all 4 carts) in
(45)(28)(15)(6) ways ([spoiler]= 113,400 ways[/spoiler])
Answer =
E
Cheers,
Brent
Aside: For more information about the FCP, we have a free video on the subject:
https://www.gmatprepnow.com/module/gmat-counting?id=775