Determine number of possible combinations.

  • #1
91
0
Hello everybody. I have a simple combination problem.

If I am trying to generalize the number of possible combinations of a nxn block with n objects.

So let's say we have n=5.

If we have a 5x5 block (25 spaces) with 5 objects (assume objects cannot share spaces), what is the total number of combinations possible?

My first guess was 5^3 = 125, but that doesn't seem likely. I then played with the idea of holding one object static and trying to count the number of combinations of all the other objects. That didn't work. So here I am.

Thanks ahead of time for the help.
 
  • #2
Are the objects indistinguishable (if I flip two it counts as the same configuration)

If so, don't think of it as placing objects, think of it as picking spaces. You have 25 spaces, and you have to pick five of them to place objects. This then becomes the more general question: I have n things and I want to pick k of them, how do I do it? There's actually a function for this which is called the binomial coefficient (often read as "n choose k"). You might know it already, if not it is a good exercise to try to figure out the answer.
 
  • #3
... Or perhaps you mean there are 5 kinds of object (and an unlimited number of each)?
 
  • #4
Hey, I have an idea ... btbam91, how about you tell us what you DO mean so we don't have to keep guessing?
 

Suggested for: Determine number of possible combinations.

Replies
12
Views
475
Replies
1
Views
435
Replies
3
Views
677
Replies
20
Views
1K
Replies
22
Views
2K
Replies
27
Views
3K
Replies
36
Views
3K
Replies
26
Views
631
Back
Top