Solving 8 Flag Placement Problem on 3 Poles

Punkyc7
Messages
415
Reaction score
0
How many ways can you place 8 distinct flags on 3 distinct poles if no pole can be empty.Im not sure how to approach this problem because writing out all the possibilities would take a lot of time
So I was thinking it would be something like

8C3 to select the three flags that have to be placed.

Then you could take any permutation of the flags on the poles to get 3!

From there I was thinking that you could take the remaining flags and just place them on any of the poles

This is what I got

8C3 * 3!* 3^(5)

I am not sure if it is right though
 
Last edited:
Physics news on Phys.org
clarify the problem

"how many ways and you..."

what does that mean?
 
meant to same can you
 
I think it's a combinatorics problem, it doesn't say how the poles are arranged.
 
The poles don't move the flags on the poles move
 
Punkyc7 said:
The poles don't move the flags on the poles move

Oh sorry I was thinkig about a stand.

In that case I think 8C3 isn't wrong.
 
At least part of it is right...I just don't know how to verify it. I was thinking something with T numbers but I couldn't see how to work them in. So I just thought of what you could do.
 
Punkyc7 said:
At least part of it is right...I just don't know how to verify it. I was thinking something with T numbers but I couldn't see how to work them in. So I just thought of what you could do.

Here is how I think about it. If it removes the condition that it can have 2 flagged flags and one empty pole, then you got to add more combinations.
 
huh? what do you mean?
 
Last edited:
Back
Top