Worldsoul

Combinatorial Complexity of Worldsoul

When randomizing the order of Worldsoul, the number of possible unique permutations in which we can obtain fragments is given by:

9! = 9 x 8 x 7 x ... x 2 x 1

However, there is one restriction: Sly Vessel Fragment 1 must be obtained before Sly Vessel Fragment 2. This condition reduces the total number of valid permutations.

Without restrictions, the total number of permutations would be:

9! = 362,880

With the restriction, only half of these permutations are valid, therefore, the total number of valid permutations is:

9! / 2 = 181,440

Built by Marclap. The source code is available on Github.