Question
Mathematics Question on Sets
The triplet (x,y,z) is chosen from the set 1,2,3,...n, such that x≤y<z. The number of such triplets is
A
n3
B
nC3
C
nC2
D
nC2+nC3
Answer
nC2+nC3
Explanation
Solution
Number of selections when x<y<z is nC3. Number of selections when x=y<z is nC2. ∴ Required number =nC3+nC2