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

How should i go about answering this combination question?

In how many ways can a coach select a team of $4$ players for table tennis if two of the players, $A$ and $B$ play well together and should either both play or both be excluded , and two others $X$ and $Y$ have recently quarreled and should not both…
-1
votes
1 answer

Write $31$ as the sum of $4$ different numbers from $1$ to $18$

No. of ways of selecting $4$ different numbers from the set $A=\{1, 2, 3, 4, \ldots, 18\}$ whose sum is $31$. I know combinations with multinomial theorem but here how to eliminate the ways when $2$ or $3$ numbers are repeated?
-1
votes
1 answer

Burger Problem (Burguettes)

Burger King is going to have a new offering called "Burguettes", which are small burgers which can be ordered only in "paks". A small pak has 7 Burguettes and a large pak has 15 burguettes. What is the largest number of Burguettes that cannot be…
-1
votes
3 answers

Calculate the number of elements using the total of combinations

When $k$ equals to $2$, the number of combinations of $n$ elements can be obtained using the formula: $$\frac{n!}{2\cdot(n-2)!}.$$ Is there a practical way/formula to find the number of elements $n$ given the total of combinations?
-1
votes
1 answer

How many X lettered words can I make

I've had problems with a similar question before. Is this literally 7?
j A
  • 9
-1
votes
1 answer

In how many ways can we select 15 teams from 15 men and 15 women such that each team has 1 man and 1 woman?

The total number of possible teams are $^{15}C_1 \times ^{15}C_1 =225$. So the total ways of selecting $15$ teams should be $^{225}C_{15}$. I can't get where I am going wrong.
-1
votes
1 answer

Selection of "e" from "e"

Suppose, there are 3 "e" . I want to select 2 e from these 3 e. By common sense, we can say that we can select by only one way...But I want to calculate using combination formula... MY APPROACH: During the selection, 2 e will always occur. So, we…
-1
votes
1 answer

Problem with combinations

I would like to know which formula to use for the following combinations, please. $A$ or $B$ can be chosen x times to generate a series of length $x$. $A$ and $B$ can be chosen as often as you like. Order does not matter. The question for each…
-1
votes
1 answer

I need help understanding the answer to this one question...

This a may be an inconvenient question, but I am needing help in the understanding the top answer given in this question: How many possible combinations in 8 character password? My main problem is that I can’t understand why or how some passwords…
Hunter T.
  • 103
-1
votes
1 answer

specify the answer for me

Find the number of rearrangements of the word CALCULUS such that the consonants are not all adjacent, no two vowels are adjacent, and the L's appear to the left of (but not necessarily adjacent to) the S. S:Arrange the consonants in 5! 2! 3! = 10…
-1
votes
1 answer

Combinations question elementory

The value of $$\binom{10}{0}^{2}-\binom{10}{1}^{2}+\binom{10}{2}^{2}......-\binom{10}{9}^{2}+\binom{10}{10}^{2}$$ is: A)$\binom{10}{5}$ A)$\binom{10}{5}^{2}$ c)$-\binom{10}{5}$ d) $10!$
-1
votes
1 answer

Chess Question combinations

I would like to place atleast 2 white queens and atleast 2 black coins on a 5×5 chessboard,such that queens on either side cannot attack the opposing queens. What is the maximum no. of coins which can be placed on the board satisfying the stated…
-1
votes
1 answer

Combinations of locks

A company produces combination of locks, the combination consists of three numbers from 0 to 39 inclusive. Because of the construction no number can occur twice in a combination how many different locks can be attained?
-1
votes
1 answer

Using combinations to find how many 4-digit pins can equal to 20?

I am unsure as to how to go about this problem. Any tips in helping me solve this would be greatly appreciated! I understand that I am to use combinations with repetition to solve such. The question is asking: How many pins have digit sum 20? (a…
-1
votes
1 answer

People shaking Hands in a party.

In a party people shake hands with one another (not necessarily every one with every one else). A) show that two persons shake hands the same number of times. b) show that the number of people who shake hands an odd number of times is even.