Question
Each division of the NBA HAS 7 teams. How many different division standings are possible at the end of the season?
Answers
PsyDAG
You are asking for the number of permutations, which in this case would be n! (n factorial).
n! = n(n-1)(n-2)...1
Your n = 7.
I hope this helps. Thanks for asking.
n! = n(n-1)(n-2)...1
Your n = 7.
I hope this helps. Thanks for asking.