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
3 answers

Two similar combination questions, but drastically different methods. Why the difference?

1) Six children, Arya, Betsy, Chen, Daniel, Emily and Franco are to be seated in a single row of six chairs. If Betsy cannot sit next to Emily, how many different arrangements of the six children are possible? So the total number of arrangements is…
Jwan622
  • 5,704
0
votes
1 answer

Number of assigning a label to m ordered items, from n labels, so that any later item doesn't get a lower label

I have a set of $m$ points $(p_1,p_2,\ldots,p_m)$, that are to be taken two at a time as one of the edges of a triangle. It is given that consecutive edges are formed by $p_1 - p_2$ and $p_2-p_3$, etc - the points can be visualized to be on a line,…
0
votes
1 answer

Quantative comparison

Any tips for this question, that which quantity will be greater?
user2378
  • 1,063
0
votes
0 answers

Simplify a combinatorial sum

Why is $\sum_{k=0}^n (_k^n) 2^k$ simplified as $3^n$ and not just $2^n$ ? The answer uses the binomial theorem as a solution: let $a=1$ and let $b=2$. So $1+2 = 3$. But since $1+2 = 3$ why do we not use $1+1 = 2$?
Jinzu
  • 819
0
votes
2 answers

A collection of 14 identical ping pong balls, 8 identical golf balls, and 27 identical marbles is to be chosen from. How many ways to choose ...

For part a: 8 objects total I tried 49 Choose 8 which is wrong For part b: 14 objects total For part c: 26 objects total These two I did not know how to do because my process for part a is incorrect.
Jinzu
  • 819
0
votes
0 answers

getting all possible products of five consecutive digits from a list of 1000 consecutive digits.

If I have 1000 continuous digits in a list, how many different products of five consecutive digits can I get from the list?
0
votes
1 answer

Probability question using combinations

Bob and Alice are dinner guests at a party of eight, 4 male and 4 female. The hostess arranges the guests linearly along a table with the men on one side and the women on the other. The probability that Bob and Alice will be facing each other or be…
0
votes
2 answers

Is there any simpler way to solve the problem related to combination?

Suppose a man has 5 aunts and 6 uncles and his wife has 6 aunts and 5 uncles. In how many way's can he call a dinner party of 3 men and 3 woman so that there are exactly 3 of the man's relative and 3 of the wife's ? I solves this question but I…
Deiknymi
  • 383
0
votes
1 answer

For $2 \leq r\leq n$. to what does $^nC_r + 2\times^nC_{r-1} + ^nC_{r-2}$ is equal to?

Needed help for the following question in combination? For $2 \leq r\leq n$. To what does$^nC_r + 2\times^nC_{r-1} + ^nC_{r-2}$ is equal to ? Thank's Akash
Deiknymi
  • 383
0
votes
1 answer

There are $K$ different books and $L$ copies of each in the library. Number of way's in which one more selection can be made?

So there are $K$ different books and $L$ copies of each in the library. The number of way's in which I can make a selection of one or more books is?
Deiknymi
  • 383
0
votes
1 answer

How to simplify a combination inside summation

Is it possible to simplify the following expression, where $k$ is a given constant? I want to simplify it to something in terms of only $k$. $ \sum_{i=0}^{\lfloor \frac{k}{2} \rfloor} 2^{k} \binom{k-i}{i}$. I was confused on how to deal with the $i$…
Laura
  • 25
  • 4
0
votes
1 answer

In how many ways can we distribute $~B~$ white and $~B~$ black balls into $~U~$ distinguishable urns such that each urn has at least 1 ball?

This is a self-answer question that was inspired by this recently posted question. $\underline{\text{The Question}}$ Assuming that balls of the same color are indistinguishable, in how many ways can we distribute $~B~$ white and $~B~$ black balls…
user2661923
  • 35,619
  • 3
  • 17
  • 39
0
votes
1 answer

Number of possible combinations with a descending-value constraint

I'm trying to solve an engineering problem regarding the optimization of electrical steel widths to compose a transformer core. At the end, I want to know how many combination can be made with based on two parameters: The number of steps in the core…
0
votes
2 answers

What is the coefficient of the $x^{302}$

What's the coefficient of the $x^{302}$ in the following expression: $$\dfrac{1}{(1-x^2)(1-x^3)(1-x^6)}$$ I don't know where to start. Also x are in the denominator how this expression can have x to power of a positive term?
Ariana
  • 375
0
votes
0 answers

Total number of combinations

I need a bit of help with combinations with yes or no answers - and would like to check that I have worked this out correctly. Let's say I have a hotdog stand. If I have 6 different types of sausage as option 1, 3 different types of bread roll as…