Determine how many groups of a given number are in a entire set

In summary, the conversation is about finding an equation or formula to determine the number of possible groups in a set of a given size. The equation being discussed is a combination formula, C(n,r) = n! / (r!(n-r)!), with an example of C(5,3) = 10. The conversation also mentions studying combinatorics in school.
  • #1
slink
1
0
Hello all. I'm looking for an equation, one that I use to know how to figure out(but alas I am getting old and senile), that will alow me to determine how many groups of a given number are in a entire set.

For example; in a set of 5, how many possible groups of 3 would there be? The answer is 10 sets of 3 in a set of 5.

So, if anyone knows an equation for this, I would be very greatful. TIA.

James
 
Physics news on Phys.org
  • #2
You're thinking of a combination. If I write the combination of n things taken r at a time like this: C(n,r), the formula is:

[tex] C(n,r) = \frac{n!}{r!(n-r)!} [/tex]

So in your example:
[tex] C(5,3) = \frac{5!}{3!(5-3)!} = \frac{5!}{3!2!} = \frac{5\cdot 4}{2} = 10 [/tex]
 
  • #3
How about this one??[itex] C_{5}^{3} [/itex]

Did u study combinatorics in school??

Daniel.
 

FAQ: Determine how many groups of a given number are in a entire set

How do I determine the number of groups of a given number in an entire set?

To determine the number of groups of a given number in an entire set, you can use division. Divide the total number of items in the set by the given number. The result will be the number of groups.

Is there a formula for finding the number of groups of a given number in a set?

Yes, the formula is: Number of groups = Total number of items / Given number

Can I use any number in the set to find the number of groups?

Yes, you can use any number in the set as long as it is a divisor of the total number of items in the set. If it is not a divisor, then the result will not be a whole number and will not represent the number of groups.

What if the number of items in the set is not divisible by the given number?

If the number of items in the set is not divisible by the given number, then there will be a remainder. This remainder may represent a partial group or it may not be relevant to the problem. In this case, you may need to round down or up depending on the context of the problem.

Can I use multiplication to determine the number of groups?

No, multiplication is not the correct operation to use when determining the number of groups. Division is the inverse operation of multiplication and is the appropriate method to use in this situation.

Back
Top