1 / 10
00
Is the sentence true or false?
C(n,1)=n.C(n,1)=n.C(n,1)=n.
True
False
Find number of ways to choose 2 Prizes from a Set of 6 Prizes.
15
20
30
C(4,2)=6.C(4,2)=6.C(4,2)=6.
C(n,n)=1.C(n,n)=1.C(n,n)=1.
true
false
C(n,r)=C(n,n−r).C(n,r)=C(n,n-r).C(n,r)=C(n,n−r).
C(n,0)=n.C(n,0)=n.C(n,0)=n.
Find the number of subsets of the set {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} having 3 elements.
110
120
130
The number of ways of distributing 8 identical balls in 3 distinct boxes, so that none of the boxes is replaced.
31
21
54
How many different committees of 5 people can be chosen from 10 people?
252
453
145
C(n,r)+C(n,r−1)=C(n+1,r).C(n,r)+C(n,r-1)=C(n+1,r).C(n,r)+C(n,r−1)=C(n+1,r).
It is done.