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
1 answer

Conditions in which ${}^{2n}C_{(3r-1)} = {}^{2n}C_{(r+1)}$ ??

Symbolic Representation of the Equality $${}^{2n}C_{(3r-1)} = {}^{2n}C_{(r+1)}$$ See the image and provide me with the conditions in which this is possible! I have searched the web but couldn't really find anything about it, maybe i was searching…
-1
votes
2 answers

5 digit numbers that can be formed by using digits 0,1,2,3,4,5,6 and are divisible by 8

How many 5 digit numbers can be formed by using digits 0,1,2,3,4,5&6 and are divisible by 8?
-1
votes
4 answers

Prime factorizations of $11!$ and $\binom{23}{11}$

Express the numbers 11! = 39,916,800 and the binomial coefficient ( 23 11 ) , each as products of their prime factors. Do this without using your calculator in any way. Use this to calculate the greatest common divisor, and least common multiple of…
-1
votes
1 answer

Money Combinations

Please note that I have tried to the best of my ability everything but in my work I have to assume distinct possibilities which means that 5 pennies and 1 nickel are different amounts. I am lost. Chance has quarters, dimes, and nickels. His mother…
Ian L
  • 889
-1
votes
2 answers

Simple combination / permutation question, any number of items

Apologies if my terminology is incorrect, as I don't have a mathematics background. I'm looking for a formula to work out the number of combinations in a sequence - but where any number of the items can be used. The order does not matter. For…
-1
votes
3 answers

Combinations with divisibility

How many 4 digit numbers, which are not divisible by 5 can be formed using the digits 4,5,6,7 without repeating any digit? I have tried by using this formula nPr my answer is 24? is it right?
-1
votes
1 answer

Why is the answer to the following problem 3960 rather than 8580

The question: In how many ways can one select a cricket team of eleven from 17 players in which only 5 players can bowl if each cricket team of 11 must include exactly 4 bowlers? Now, as per my understanding, we need to select four bowlers from the…
-1
votes
2 answers

how many 3 digit numbers can be formed with 2 consecutive same numbers

We have to form 3 digit numbers such that two consecutive digits are same. I approached as First and second digit be same. Second and third be same. Now i am confused as in how to really fill in the numbers ? EDIT: leading digit cannot be zero.
san A
  • 27
-1
votes
1 answer

sports tournament draw formula

Suppose we have a sport tournament with direct elimination. The original number of players is a perfect power of 2, say n. Each player is attributed a draw position, between 1 and n. The tournament's first round is organized in the following way:…
Etienne
  • 101
-1
votes
2 answers

Arrangements of $1,2,..,81$ in an $9 \times 9$ matrix such that each row and each column is increasing. How many possible $X$

I would appreciate if somebody could help me with the following problem Q: Arrangements of $1,2,..,81$ in an $9 \times 9$ matrix such that each row and each column is increasing. How many possible $X$ ?
Young
  • 5,492
-1
votes
1 answer

Combinations Counting subsets

Given the set A=(-6,-5,-4,-3,-2,-1,1,2,3,4,5,6) In how many ways can you select four different numbers so that their product is negative? Explain your soulution
John
  • 1
-1
votes
1 answer

Problem working on combinations

In how many ways can the letters of the word CAT be arranged to form three-letter words, if you are permitted to repeat a letter any number of times?
-1
votes
1 answer

Calculating combinations Of marketing strategies

if I have a list of 10 different marketing strategies and can use any combination of them from 1 to all 10, how many possible combinations are there? Is it $10\cdot 10$?
-1
votes
2 answers

Combinations of unknown number $n$

All members of a group play basketball, while all except one play ice hockey. The number of possible basketball teams of $5$ members each is the same as the number of possible ice hockey teams of $6$ members each. How many members are there in the…
-1
votes
1 answer

What 12 numbers in a C(12,2) and C(12,3) combination produce non-repeating sums?

this is my problem: I need 12 distinct numbers, could be something like (3,9,15,17,27,etc.) that when added up either in combinations of 2 or 3, the sums do not repeat. For example, if the numbers are 1-12, this is an issue because 2+3 and 1+4 both…
Tbarca
  • 3
  • 1