Combinatorial calculator n=11, k= result
Find out how many different ways you can choose k items from a set of n items. With/without repetition, with/without order.Calculation:
The number of elements (n) must not be less than the number of selected elements (k). If n < k, the calculation proceeds with the values of n and k swapped.
Ck(n)=(kn)=k!(n−k)!n! n=11 k=4 C4(11)=(411)=4!(11−4)!11!=4⋅3⋅2⋅111⋅10⋅9⋅8=330
The number of combinations: 330
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
- Subsets
How many are all subsets of set C = (97, 67, 66, 18, 59, 64)? - Seating rules
In a class, there are 28 seats, but in the 5.D class, there are only 24 students. How many ways can students sit? (The class has 14 benches. A bench is for a pair of students.) Result write down as powers of 10 - (logarithm - large number). - Words
How many 2 letters "words" are possible using 14 letters of the alphabet? a) without repetition b) with repetition - Dice options
We roll three dice. Write down all the feast options. - Candy flavors
A bag contains 20 candies in five different flavors: cherry, lemon, orange, mango, and cola. We know that there is at least one of each flavor in the pocket and that there are twice as many lemons as cherry ones. How many ways can different flavors be rep - Digits
How many five-digit numbers can be written from numbers 0.3,4, 5, and 7 divided by 10, and digits are repeated? - Digit Count Numbers Sequence
How many digits 7 are in numbers from 1 to 777? - Probability of intersection
Three students have a probability of 0.7,0.5, and 0.4 to graduate from university, respectively. What is the probability that at least one of them will be graduated? - Alarm systems
What is the probability that at least one alarm system will signal the theft of a motor vehicle when the efficiency of the first system is 90% and of the independent second system 80%? - Probability - products
Based on previous inspection, it is known that 3% of defective products occur during the manufacturing of a certain product. a) Calculate the probability that among 100 randomly selected products there are exactly 2 defective ones, assuming each product i - PIN code puzzle
My mother forgot the PIN code of her ATM card, which consisted of 4 different numbers. Help her put it together if she remembers: And - all the numbers were even B - zero in the pin code was not C - the first number was a multiple of the second number, wh - Tournament match calculation
The long-term volleyball tournament is played one-on-one. So far, 11 teams have entered the competition. How many matches will be lost when two teams unsubscribe? - Double six-six
What is the probability that a player in the games of ludo will throw a double six twice? - Hockey Championships
At the 2021 World Hockey Championships, there are eight teams in Group A, each playing seven matches. There are 4 points for each team to gain points (3-2-1-0), but it is always paired with the opponent's points ( 0-1-2-3). How many points are there possi - Triangle from sticks
Bob the boulder has many sticks of lengths 3.5 and 7. He wants to form triangles, each of whose edges consists of exactly one stick. How many non-congruent triangles can be formed with the sticks?
more math problems »
