1 / 10
00
Find the number of subsets of the set {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} having 3 elements.
110
120
130
Is the sentence true or false?
We denote the number of unique r-selections or combinations out of a group of n objects by nCr.
True
False
Find number of ways to choose 2 Prizes from a Set of 6 Prizes.
C(5,3)
C(6,2)
3!
A group of 3 lawn tennis players S, T, U. A team consisting of 2 players is to be formed. In how many ways can we do so?
6
13
3
Find number of ways to choose 3 Students from a Class of 25.
C(25,3)
P(25,3)
23!23!23!
Suppose we have a set of 6 letters { A,B,C,D,E,F}. In how many ways can we select a group of 3 letters from this set?
30
20
25
Find number of ways to choose 4 Menu Items from a Menu of 18 Items.
P(18,4)
C(18,4)
Complete:
The number of ways to choose a sample of r elements from a set of n distinct objects where order does not matter and replacements are not allowed is called _________.
Combination
Permutation
Combinations are also called____________.
Selections
relation
Is the formula true or false?
nCr=n!r!(n−r)!nCr=\frac{n!}{r!(n-r)!}nCr=r!(n−r)!n!
It is done.