Question
Question: How many more different chains can you make using a , a and a ?!n!
Now consider the question, given the three different type of shapes like e , , , and . We have to find several possible ways in which a three-shapes can be ordered or arranged in chains.
We have a three-shapes taken all three at a time then the possible ways of arrangement is 3P3 or simply 3!.
Then by the permutation problem
⇒3P3=(3−3)!3!
⇒3P3=(0)!3!
The value of 0!=1, then
⇒3P3=13!
⇒3P3=3!
⇒3P3=3!
⇒3!=3×2×1
∴6ways
The possible ways are shown below:
Therefore, in 6 ways the given three shapes can be arranged in different chains.
Note:
Permutation is used when we are counting without replacement and the order matters. If the order does not matter then we can use combinations and the use of the permutation method can easily find out the possible arrangement without doing it manually. Remember, factorial is the continued product of first ‘n’ natural numbers is called the “n factorial” and it is represented by n!=(n−1)⋅(n−2)⋅(n−3).....3⋅2⋅1.