BrentGMATPrepNow

A jeweler wants to create a circular bracelet that contains 6 different gemstones: diamond, emerald, ruby, sapphire, tanzanite and opal. Two bracelets are considered different only when the positions of the gemstones are different relative to each other. How many different bracelets can the jeweler create?
(A) 5
(B) 120
(C) 240
(D) 360
(E) 720
Although we can quickly apply the circular arrangement formula (i.e., number of ways to arrange n objects in a circle = (n - 1)!), we can also solve the question using the Fundamental Counting Principle (FPC, aka the slot method). In the process of doing so, you'll also learn WHY the circular arrangement formula worksFirst label the six places for gemstones as follows:

We can place the diamond in one of the
6 available spots.
We can place the emerald in one of the
5 available spots.
We can place the ruby in one of the
4 remaining spots.
We can place the sapphire in one of the
3 remaining spots.
We can place the tanzanite in one of the
2 remaining spots.
We can place the opal in the
1 remaining spot.
So, the total number of ways to place the gemstone = (
6)(
5)(
4)(
3)(
2)(
1) =
720 ways
The answer, however, is
not E, because we have inadvertently counted every possible arrangement 6 times.
For example, the six bracelet shown here...

... are all the
same, because the
relative positions of the six gemstones are the same in each case.
Since we have counted each unique arrangement 6 times, we must divide
720 by 6 to get
120 possible arrangements
Answer: BASIDE: In general, if we have n objects to arrange in a circle (where arrangements are considered different only when the positions of the objects are different relative to each other), then the total number of arrangements = n!/n, which can be simplified to get
(n-1)! although I prefer
n!/n, because it helps us see why the formula works.
That is,
n! represents the number of ways to arrange the n objects (if we ignore the relative position proviso), and
n represents the number of times each unique arrangement has been counted (when we observe the relative position proviso)