Question
Question: Total number of permutations of 'k' different things, in a row, taken not more than 'r' at a time (e...
Total number of permutations of 'k' different things, in a row, taken not more than 'r' at a time (each thing may be repeated any number of times) is equal to
A
kr –1
B
kr
C
k−1kr−1
D
(k−1)k(kr−1)
Answer
(k−1)k(kr−1)
Explanation
Solution
Total permutations = 0 + k + k2 + k3 + …..+kr
= (k−1)k(kr−1)