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

Binomial Combinations Proof

I know that the number of unique combinations of $n$ $1$s and $0$s with $x$ $1$s, $n-x$ 0s is: $${n \choose x} = \frac{n!}{x!(n-x)!}$$ What's the proof? I've looked around and can't find anything. Thanks
AKA
  • 113
0
votes
2 answers

In how many ways may a college president's wife invite two or more of eight faculty wives to a tea?

Q. In how many ways may a college president's wife invite two or more of eight faculty wives to a tea? Since it is two or more , inviting one must be excluded . Therefore , the answer would be $\binom{8}{8}-\binom{8}{1}$ . Am I correct?
Dave
  • 43
0
votes
1 answer

Combination on point

How many tetrahedrons are determined by nine points no four of which lie in the same plane? When i googled tetrahedrons , it is a 3D triangle . So now , i have no idea how that tetrahedrons will be drawn on the points. Please help me sir.
Dave
  • 43
0
votes
0 answers

Combination on bridge hand

In how many ways can a person get a bridge hand consisting of only aces and cards? In how many ways can a person get a bridge hand which consists of cards 7 or lower? Since i dont know bridge hand game nor play it, i dont know whats going on with…
Dave
  • 43
0
votes
2 answers

The difference between nCr and multiplying 11*10*9*....

I have a problem that goes like this: At the beginning of every period of British Literature, Mrs. Crabapple picks a random student to receive a crabapple as a gift, but really, as you might imagine, they are quite bitter and nasty. Given that there…
K. King
  • 129
0
votes
2 answers

How to prove this combinatory equation?

I don't know how to prove this equation: $\sum_\limits{k = 0}^n \binom{2k}{k} (^{2n-2k}_{\ \ n-k}) = 4 ^ n.$ I read here Combinatorial proof that $\sum \limits_{k=0}^n \binom{2k}{k} \binom{2n-2k}{n-k} (-1)^k = 2^n \binom{n}{n/2}$ when $n$ is even…
0
votes
1 answer

Combination Theory Problem

I have the following problem: Suppose that there exists 4 baskets of fruits, one with mangoes, another with guavas, another with papaya and the other with apples. Each basket contains at least 20 fruits and the fruits of a same basket are considered…
0
votes
0 answers

Combinations with different repetitions allowed

Having a set of n letters {A, B, C, ...} how it's possible to calculate the number of different combinations of k elements , if the number of repetitions allowed for each letter is limited to a number, different for each letter? E.g. Letters => {A,…
0
votes
2 answers

Working out the total number of combinations, with variations.

Hi there i am trying to work out the total possible number of combinations for a music system i have created. The system has 4 different instruments with each instruments having a varying number of variations. Instrument 1 = 2 variations. Instrument…
0
votes
0 answers

Ways to get a flush (combinatorics)

In a game of $5$-card draw poker, a player is dealt five cards from a deck of $52$ cards (without regard to order) How many ways are there to get a flush (five cards of the same suit)? I know that I have to select $1$ suit and $5$ cards from that…
0
votes
2 answers

why is this not $n-r-1$? why did we not multiply though by $n-r-1$?

My question is why is this not $n-r-1$? Why did we not multiply through by $n-r-1$ I'm confused in my statistics class. Please give links if you have them. Thanks for the help.
Helena
  • 19
0
votes
2 answers

Number of straight lines formed.

There are $10$ points in a plane of which $4$ are collinear. Then the number of straight lines formed by joining these points is equal to ? I understand that number of ways of forming a straight line will be equal to $\binom{10}{2}$. However it is…
Aditi
  • 1,349
0
votes
3 answers

Subset of a set containing atmost n elements

A set contains $2n+1$ elements. Find the subsets of the set containing atmost $n$ elements. Since a subset may be formed by taking $0,1,2,....n$ elements , we may form a subset in the following ways…
Aditi
  • 1,349
0
votes
0 answers

Combination of Schedules for 7 Days

If you are given 30 trucks with 30 different delivery schedules (Monday - Sunday). Each truck has total of 82 deliveries in a given week: For Example: List 1 (7 14 8 13 10 13 17) List 2 (12 13 10 15 8 14 10) ... List 30 (8…
Euxitheos
  • 101
  • 1
0
votes
2 answers

The number of proper divisors of 1800 which are also divisible by 10

According to the answer it is $3(2+1)2$ . This is because there are $3$ ways of dealing with the number $2$ (we can’t reject 2) similarly we can’t reject the number $5$ so there are $2$ ways of dealing with $5$ but there are $2+1$ ways of dealing…
Aditi
  • 1,349