I need to find out the number of possible combinations for the following, and would like to understand the working behind it as well.
I have a product that consists of 3 separate parts, head, arms and legs.
The product must always have the 3 parts present and must always be in the order head > arms > legs.
If I have 2 products, I could swap the heads for example. Then maybe swap the legs.
So, given these parameters, how many different combinations could I get if I have a collection of 6 products?