Solveeit Logo

Question

Question: How many ways can 6 different books be arranged on a shelf?...

How many ways can 6 different books be arranged on a shelf?

Explanation

Solution

To solve the above question we will use the term factorial (!). Actually factorial is a function that multiplies a number by every number below it. For example, we have 5!5! , then we can write it as 5!=5×4×3×2×15!=5\times 4\times 3\times 2\times 1. This factorial function is used among other things, to find the number of ways “n” objects can be arranged. This factorial term is used in many mathematical formulas such as permutation and combination.

Complete step by step solution:
Now in the above question we have to find the number of ways by which six books can be arranged on a self.
In mathematics, there are n! ways of arranging n distinct objects into an ordered sequence. The factorial n! gives the number of ways in which n objects can be permuted. For example, 22 factorial is 2!=2×12!=2\times 1 , it means there are two different ways to arrange the numbers 11 through 22 which are\left\\{ 1,2 \right\\},\left\\{ 2,1 \right\\}.
Now to arrange six books on a shelf, that means we have six spots to put them in.
Our first book has six spots it can be in, and then our second book has 55 , since one is taken by the first book. Then the next will have 44, and then 33 , then22 , then 11. Thus we can write it as:
6!=6×5×4×3×2×1=720\Rightarrow 6!=6\times 5\times 4\times 3\times 2\times 1=720
Hence we have 720720 ways to arrange the books on shelf.

Note: The above question is simple because here is an arranged number on a shelf. But sometimes we have to arrange the letters in a circular form, so for the circular form the number of arrangements of elements is(n1)!\left( n-1 \right)!.