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
vote
2 answers

Combinations problem: Choosing ways to select $8$ questions out of $12$.

In an exam, there are $12$ questions in total. He has to attempt $8$ questions in all. There are two parts: Part A and Part B of the question paper containing $5$ and $7$ questions respectively. How many ways are there to attempt the exam, such that…
1
vote
1 answer

How would I go about solving this different combinations problems?

I have 2 different combinations problems but I don't really understand how I would solve this. I know how to find probability but that is not what is asked for. In a box, there are $8$ red and $6$ blue markers. How many ways can you select $3$…
1
vote
1 answer

Combination Book Problem

I need a help in Combination Question: In how many ways can $21$ identical Physics books and $19$ identical Chemistry Books to be arranged in row on a shelf, so that two chemistry books may not be together?
Math Boy
  • 155
1
vote
3 answers

In how many ways can the committee be chosen if it must contain at least 1 man?

A club consisting of 6 men and 9 women will choose a committee of 4. In how many ways can the committee be chosen if it must contain at least 1 man? I started out this problem like this: men C(6,1) =6 women C(9,3) =84 But then I…
1
vote
0 answers

Combinations problem of utmost 2 conditions

A commitee of 5 from 6 gents and 4 ladies with utmost 2 ladies? My answer: $$\binom{4}{0}\binom{6}{5}+ \binom{4}{1}\binom{6}{4}+\binom{4}{2}\binom{6}{3}=246$$ ways. Is it correct?
Ishaque
  • 133
1
vote
1 answer

combinatorial: 8 menbers of a team in four rooms.

Eight members of a basketball team should stay in a hotel. The hotel has a triple, two doubles and a single. How many ways can be distributed in different rooms ?. I have in mind the rooms of two people are different, and I do differentiation…
Blunt
  • 149
1
vote
2 answers

There are $4$ blanks. Each one has a possibility of different letters/numbers. How can I get all combinations?

everyone. I'm faced with a problem that I cannot solve without error. There are $4$ blanks. Each one of those blanks has a possibility of different letters/numbers. Here's the full problem. Blank one: $C,0,Q$ Blank two: $3,2$ Blank three:…
1
vote
0 answers

Combinations within a Combination

Someone did it for me $20$ Years ago. It was using $12$ Numbers in this example $1$ to $12$ and there were $42$ sets of $6$ numbers. In that sample each of the $12$ numbers ONLY appears $21$ times, so this tells me it is a balanced result. It…
gra0001
  • 11
1
vote
3 answers

permutation & combination when some are similar objects

how many 2 digit numbers can be formed from 1,1,2,3? the ans is (11,12,13,21,23,32,31) can any one explain how to solve this using permutations??please..... similarly I have 2 red,1green & 1 blue ,how many ways I can select 2 out of those? here…
1
vote
1 answer

Lottery Combinations Question

Background: The Daily 3 game is a daily game. It consists of three sets of balls, each numbered from 0 through 8 (9 is omitted due to its visual similarity to 6). One ball is drawn from each set giving a 3-digit winning number. All numbers must be…
1
vote
4 answers

Unique Combinations

I hope someone can help me with some combinations (and perhaps permutations). This is still the hardest area of math for me, but I'm still trying. This is a two part question. (1) I have a bag of apples (A) and a bag of bananas (B), I would like to…
1
vote
1 answer

Combination of trees

If you have 12 trees with five of one kind, four of another and three of a third kind how many combinations of these trees can be planted in twelve holes?
1
vote
2 answers

Calculate different sequence of scores in a Volleyball match

2 teams play a match of Volleyball During the course of the game, each team gets points, and thus increases its score by 1. The initial score is 0 for both teams. The game ends when: One of the teams gets 25 points and another team has < 24 points…
Jaguar
  • 485
1
vote
1 answer

How many different ways are there you can make your choices?

Say you have a playlist with 8 hiphop albums, 6 rock albums and 5 pop albums. You then want to create a new playlist with 3 albums from your other palylist. How many ways are there that you can make your choice if a) there is supposed to be one…
Kaedos
  • 155
1
vote
0 answers

how many bridge hands have the king of spades and at least one diamond?

I think the answer is :C(51,12)-C(38,12).Since one card is fixed in this 13 cards.I just need to choose 12 cards from 52-1=51 cards.And rather than listing all the possibilities of choosing at least 1 diamond,I choose it in the opposite way.That is…