Questions tagged [combinations]

Combinations are subsets of a given size of a given finite set. All questions for this tag have to directly involve combinations; if instead the question is about binomial coefficients, use that tag.

A combination is a way of choosing elements from a set in which order does not matter.

A wide variety of counting problems can be cast in terms of the simple concept of combinations, therefore, this topic serves as a building block in solving a wide range of problems.

The number of combinations is the number of ways in which we can select a group of objects from a set.

The difference between combinations and permutations is ordering. With permutations we care about the order of the elements, whereas with combinations we don’t.

Notation: Suppose we want to choose $~r~$ objects from $~n~$ objects, then the number of combinations of $~k~$ objects chosen from $~n~$ objects is denoted by $~n \choose r~$ or, $~_nC_r~$ or, $~^nC_r~$ or, $~C(n,~r)~$.

$~n \choose r~$$=\frac{1}{r!}~^nP_r=\frac{n!}{r!~(n-r)!}$

Example: Picking a team of $~3~$ people from a group of $$~10\cdot C(10,3) = \frac{10!}{7! \cdot 3!} = \frac{10 \cdot 9 \cdot 8}{3 \cdot 2 \cdot 1} = 120.~$$

7786 questions
0
votes
2 answers

Why are my two answers different for this same combination problem?

A group of 9 people consists of 2 boys, 3 girls and 4 adults. In how many ways can a team of 4 be chosen if 2 girls are in the team? My first answer: $^3C_2 × ^7C_2 = 63$ ways $3\choose2$ Since there must be two girls in the team and $7\choose2$…
Manar
  • 371
0
votes
2 answers

How to compute combinations when there is a repetition

I want to find out the combination for question below: If I have numbers 1 1 2 3 4, I have three slot for each number, I want to find out the combinations. Below are the possible combinations (1 1 2), (1 1 3), (1 1 4), (1 2 3), (1 2 4), (1 3 4), (2…
0
votes
1 answer

Calculating specific card combinations

Given a stack of $52$ cards, let's say we pull out $3$ cards at random. I know through the combinations formula I can calculate how many unique combinations there are: $$ \frac{52!}{3!(52-3)!}=22,100 $$ However, what if I want to be more specific?…
Baiqing
  • 103
0
votes
1 answer

division - combinations

In how many ways can 20 recruits be distributed into 4 groups each consisting of 5 recruits? In how many ways can they be distributed into 4 camps, each camp receiving 5 recruits? I have a conceptual doubt in this question . So should it be …
0
votes
0 answers

What is the formula for finding the number of ways that can be combined to give a selected sum?

Suppose that I have several boards. Four of them are 2 inches long, three of them are 3 inches long. How many ways are there to combine them to make 11 inches? Or to make 7 inches? I need the formula that allows me to enter the lengths of various…
0
votes
1 answer

Finding the sum of weights that are possible with my barBell?

Let's say I have a barbell rod which weighs 20 kilos and I have pair of weight plates, meaning two of each,i.e, Two of 2.5kilograms, 5 kilograms, 7.5 kilograms....etc I know how to find the number of combinations possible, but is there a way to find…
0
votes
0 answers

How many combinations from the alphabet given certain rules

Looking for a way to calculate the number of combinations of letters in the alphabet with the following restrictions: any number of letters in a combination no repeat letters (as in a single entry can contain one A, but not two As) If a set of…
JonMc
  • 1
0
votes
2 answers

Better way to Prove $S_n=S_{n-1}+n$

A mega pizza is to be sliced $n$ times,and $S_n$ denotes maximum possible number of pieces. I got $S_1 = 2 $ , $S_2 =4 $ , $S_3 =7 $ , $S_4 =11 $... Comparing these we can say that $S_n=S_{n-1}+n$ So, $S_n=n+(n-1)+(n-2) \dots +2$ But is there a…
user69608
  • 858
0
votes
1 answer

A question on a sequence problem

The question: Given 6 beads which consist of red, blue, yellow, green, white and black. How many ways can a rings of beads be formed? I'm confused by the question, would this mean this is asking for the combination or permutation of the colors…
0
votes
1 answer

Question about combination of a set of numbers

Suppose $x$ is a set of integers as below: $$x = (-1,0,1)$$ How many different sets of length 4 can be made by x such as: $$\begin{bmatrix} -1\ -1\ -1\ -1 \end{bmatrix}$$ $$\begin{bmatrix} -1\ 0\ -1\ -1 \end{bmatrix}$$ $$\begin{bmatrix} -1\ 0\ 1\…
Pirooz
  • 7
0
votes
2 answers

$\sum_{r=1}^9(\frac{r+3}{2^r}){9\choose r}=\alpha(\frac32)^9+\beta$

If $\sum_{r=1}^9(\frac{r+3}{2^r}){9\choose r}=\alpha(\frac32)^9+\beta$ then $\alpha+\beta=?$ Opening the sum, I get $\frac42{9\choose1}+\frac5{2^2}{9\choose2}+...+\frac{12}{2^{9}}{9\choose9}$. I see it's a combination of A.P. and G.P. but not able…
aarbee
  • 8,246
0
votes
1 answer

Formula based problem

nC0 = 1which says "no one can be selected out of n objects in just one way".But I can't imagine this thing of "no one can be selected in one way".So,I want you to give a proper real life example to help me think in a better way.
0
votes
1 answer

Calculating the number of combinations from a set with alternative choices

If I have a set of $n$ items $\{ A, B, C, D, ... \}$ from which I need to choose $r$ items and I am aware the formula for the number of combinations is: $$\frac{n!}{ r!(n - r)!}$$ (Note, in my use-case, $r$ is always 3). However, in my case each…
rghome
  • 227
0
votes
1 answer

How many five-card hands can be chosen from exactly 2 suits of an ordinary 52-card deck? There are 4 suits: clubs, diamonds, hearts, and spades.

How many five-card hands can be chosen from exactly 2 suits of an ordinary 52-card deck? There are 4 suits: clubs, diamonds, hearts, and spades. I think it would be (26 C 5) but I not sure if I am interpreting the question correctly.
0
votes
1 answer

Combinations of up to n out of m elements - Order DOESN'T matter

Let's say I have the following 10 distinct items: {a,b,c,d,e,f,g,h,i,j}. How many combinations are there if I can choose UP TO 10 items and order does not matter and items cannot be repeated? I'm thinking that it is simply the sum of all the…