Probability/Combinatorics Question

  • Thread starter Thread starter laz0r
  • Start date Start date
Click For Summary
SUMMARY

The problem involves calculating the number of ways to randomly assign 30 NHL teams into 4 divisions while maintaining the specified team counts: 7 in the Pacific Division, 7 in the Central Division, 8 in the Metropolitan Division, and 8 in the Atlantic Division. The correct formula for this partitioning is (30!)/(7!7!8!8!), which accounts for the distinct arrangements of teams across the divisions. An alternative sequential approach involves using combinations, specifically N_1 = \binom{30}{7} for the first division and N_2 = \binom{23}{7} for the second, leading to a comprehensive calculation of division assignments.

PREREQUISITES
  • Understanding of factorial notation and its applications in combinatorics.
  • Familiarity with binomial coefficients and their calculation.
  • Basic knowledge of probability and combinatorial principles.
  • Experience with partitioning sets into distinct groups.
NEXT STEPS
  • Study the concept of binomial coefficients in depth, focusing on their properties and applications.
  • Learn about advanced combinatorial techniques, including the multinomial theorem.
  • Explore practical applications of combinatorics in sports scheduling and team assignments.
  • Practice solving similar partitioning problems to reinforce understanding of combinatorial methods.
USEFUL FOR

Students in statistics or mathematics, educators teaching combinatorial methods, and anyone interested in probability theory and its applications in real-world scenarios such as sports management.

laz0r
Messages
17
Reaction score
0

Homework Statement



The NHL currently has a total of 30 teams in 4 divisions (7 teams in the Pacific
Division, 7 in the Central Division, 8 in the Metropolitan Division, and 8 in the
Atlantic Division). Suppose the NHL gets a new commissioner, and they have
the curious notion of reshuffling teams by randomly assigning the 30 teams to the
divisions (leaving the number of teams in each division the same as above). How
many different ways can this be done?

Homework Equations



None.

The Attempt at a Solution



There are 30 teams and they must be partitioned into teams of 7, 7, 8, 8, which represent the four divisions..

(30!)/(7!7!8!8!) using a partitioning rule..

I'm not sure if this is the right way to go about it, any hints would be appreciated.
 
Physics news on Phys.org
laz0r said:

Homework Statement



The NHL currently has a total of 30 teams in 4 divisions (7 teams in the Pacific
Division, 7 in the Central Division, 8 in the Metropolitan Division, and 8 in the
Atlantic Division). Suppose the NHL gets a new commissioner, and they have
the curious notion of reshuffling teams by randomly assigning the 30 teams to the
divisions (leaving the number of teams in each division the same as above). How
many different ways can this be done?

Homework Equations



None.

The Attempt at a Solution



There are 30 teams and they must be partitioned into teams of 7, 7, 8, 8, which represent the four divisions..

(30!)/(7!7!8!8!) using a partitioning rule..

I'm not sure if this is the right way to go about it, any hints would be appreciated.

Sure, and to convince yourself you can do it sequentially. Call the divisions 1--4. In how many distinct ways can you assign teams to division 1? (That is, we pick the 7 to go into division 1 and the remaining 23 go into non-1.) For each distinct division-1 assignment, in how many different ways can we assign 7 to division 2? (That is, of the 23 still left, we assign 7 to division 2 and the other 16 to not [1 or 2].) The first division can be picked in
N_1 = \binom{30}{7} = \frac{30!}{7! \; 23!}
different ways. For each such assignment the second division can be picked in
N_2 = \binom{23}{7} = \frac{23!}{7! \; 16!}
different ways. Together, divisions 1 and 2 can be assigned in
N_{12} = N_1 \: N_2 = \frac{30!}{7! \; 23!} \cdot \frac{23!}{7! \; 16!}<br /> = \frac{30!}{ 7! \; 7! \; 16!}
different ways. Keep going like that until all divisions have been assigned, and you will get your suggested solution.
 
  • Like
Likes   Reactions: 1 person
Thanks for the reassurance, I appreciate it. I don't have much experience in the math stats setting as I recently switched into the Statistics major, but I think I'm getting the hang of it.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
10K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
13K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 3 ·
Replies
3
Views
8K
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K