Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar Peter Taylor‭ · 2021-04-09T12:17:42Z (about 3 years ago)
> 1. How can I deduce which operation ought fill in the red blank beneath? 

You can't. It's a hideous phrasing. The issue at question is not "redundancies" (which would carry the implication that they're merely unnecessary) but multiple counting: that is, counting the same assignment more than once.

One way to approach it would be to point out that the original permutation problem can be seen as awarding 1 gold medal, 1 silver medal, 1 bronze medal, and 5 participation certificates. Then we get $8!$ presentation orders, but we reduced to $\frac{8!}{5!}$ distinct ways of assigning the items presented because the participation certificates are equivalent to each other. This isn't a proof of correctness, but it provides a justification for why making the medals equivalent to each other would further reduce to $\frac{8!}{5!3!}$.

To be more formal, take it from

> Well, in this case, the order we pick people doesn’t matter. If I give a can to Alice, Bob and then Charlie, it’s the same as giving to Charlie, Alice and then Bob. Either way, they’re equally disappointed.

The number of ways of ordering Alice, Bob, and Charlie is $3!$ by the same argument as before. So this means that we can cluster the arrangements into groups of $3!$ equivalent arrangements in such a way that each arrangement is in exactly one of the groups. But what we want to count is the number of these groups, or *equivalence classes*. In this special case where the equivalence classes all have the same size, we can just divide by the size of one equivalence class to get $\frac{1}{3!} \times \frac{8!}{5!}$.

For advanced readers only: in combinatorics we frequently get situations where objects must be grouped in equivalence classes which aren't all the same size. In this more general situation we count by *weighting* each arrangement by (one divided by the size of its equivalence class).