SOLUTION: In how many ways can 40 objects be positioned in a circle with 7 spaces? I would like to know the formula so that it can be programmed in Grasshopper. Thanks!

Algebra ->  Permutations -> SOLUTION: In how many ways can 40 objects be positioned in a circle with 7 spaces? I would like to know the formula so that it can be programmed in Grasshopper. Thanks!      Log On


   



Question 882765: In how many ways can 40 objects be positioned in a circle with 7 spaces? I would like to know the formula so that it can be programmed in Grasshopper.
Thanks!

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
I. 40C7 = 18,643,560 different groups of 7 possible
II. each group can be arranged in a circle with seven spaces: 6! ways
III. 6%21%2840C7%29