Combinations without repetition n=100, k=11 result
Find out how many different ways you can choose k items from n items set. With/without repetition, with/without order.Calculation:
Ck(n)=(kn)=k!(n−k)!n! n=100 k=11 C11(100)=(11100)=11!(100−11)!100!=141629804643600
The number of combinations: 141629804643600
141629804643600
A bit of theory - the foundation of combinatorics
Variations
A variation of the k-th class of n elements is an ordered k-element group formed from a set of n elements. The elements are not repeated, and the order of the group's elements matters.The number of variations can be easily calculated using the combinatorial rule of product. For example, if we have a set of n = 5 numbers {1, 2, 3, 4, 5} and we need to make third-class variations, then V(3,5) = 5 × 4 × 3 = 60.
Vk(n)=n(n−1)(n−2)...(n−k+1)=(n−k)!n!
n! is called the factorial of n, which is the product of the first n natural numbers. The factorial notation is clearer and equivalent. For calculations, it is sufficient to use the procedure derived from the combinatorial rule of product.
Permutations
A permutation is an ordered arrangement of all n elements of a set, where each element is used exactly once, the order matters, and no repetition is allowed.P(n)=n(n−1)(n−2)...1=n!
Example: We have 4 books. In how many ways can we arrange them side by side on a shelf?
Variations with repetition
A variation with repetition of the k-th class of n elements is an ordered k-element group formed from a set of n elements, where elements can be repeated and order matters. A typical example is forming numbers from the digits 2, 3, 4, 5 and counting how many such numbers exist. We calculate the count using the combinatorial rule of product:Vk′(n)=n⋅n⋅n⋅n...n=nk
Permutations with repetition
A permutation with repetition is an ordered arrangement of n elements where some elements appear more than once. The repetition of elements reduces the total number of distinct permutations.Pk1k2k3...km′(n)=k1!k2!k3!...km!n!
A typical example: find how many distinct seven-digit numbers can be formed from the digits 2, 2, 2, 6, 6, 6, 6.
Combinations
A combination of the k-th class of n elements is an unordered k-element group formed from a set of n elements. The elements are not repeated and the order does not matter. In mathematics, such unordered groups are called sets and subsets. The count is called a combination number and is calculated as follows:Ck(n)=(kn)=k!(n−k)!n!
A typical example: we have 15 students and need to choose 3. How many ways can this be done?
Combinations with repetition
Here we select k-element groups from n elements, regardless of order, where elements can be repeated. k is generally greater than n (otherwise we would obtain ordinary combinations). The count is:Ck′(n)=(kn+k−1)=k!(n−1)!(n+k−1)!
Explanation of the formula: the number of combinations with repetition equals the number of ways to place n − 1 separators among n − 1 + k positions. A typical example: we go to a store to buy 6 chocolates. There are only 3 types available. How many different selections can we make? k = 6, n = 3.
Foundation of combinatorics in word problems
- Probability - tickets
What is the probability when you have 25 tickets in 5000 that you do not win the first (one) prize? - Family
What is the probability that a family with 3 children has: exactly 1 girl? 2 girls and 1 boys? Consider the birth probability of a girl as 48.66% and a boy as 51.34%. - Phone numbers
How many 9-digit telephone numbers can be compiled from the digits 0,1,2,..,8,9 that no digit is repeated? - Dice
How many times must you throw the dice, and was the probability of throwing at least one pětky greater than 70%? - Lottery
The lottery is 47000 elk, in which 4800 wins. What is the probability that the purchase of 6 elks won nothing? - N-gon
How many diagonals have convex 30-gon? - Party
At the party, everyone clinked with everyone. Together, they clink 45 times. How many people were at the party? - Seating
How many ways can 7 people sit on 5 numbered chairs (e.g., seat reservation on the train)? - School trip
The class has 19 students. How can students be accommodated in the hostel, where available 3× 2-bed, 3× 3-bed and 1× 4-bed rooms? (Each room has its unique number) - Playing cards
How many possible ways are there to shuffle 6 playing cards? - Chess
How many ways can you select 4 fields on a classic chessboard with 64 fields so that fields don't have the same color? - Basketball
Peter and Franta threw to the basket. Each had 20 attempts. Peter scored thirteen and twelve Franta. Give them a percentage of success. - Two doctors
Doctor A will determine the correct diagnosis with a probability of 89% and doctor B with a probability of 75%. Calculate the probability of proper diagnosis if both doctors diagnose the patient. - Area codes
How many 4 digit area codes are possible if the first number can't be zero? - Insurance
The house owner is insured against natural disasters and pays 0.05% annually of the value of the house 88 Eur. Calculate the value of the house. Calculate the probability of disaster if you know that 50% of the insurance is to pay damages.
more math problems »
