The number of ways in which 5 beads of different colors can form a necklace is
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In general the n beads of different colours to make a necklace can be arranged in ( n − 1 ) ! ways. As the left and right arrangements are same for the necklace then the number of arrangements will be ( n − 1 ) ! / 2 we are given n = 5 so the arrangement must be ( 5 − 1 ) ! / 2 = 4 ! / 2 = 1 2