The total number of permutations of n (> 1) Different things taken not more than r at a time, when each thing may be repeated any number of times is
see full answer
High-Paying Jobs That Even AI Can’t Replace — Through JEE/NEET
🎯 Hear from the experts why preparing for JEE/NEET today sets you up for future-proof, high-income careers tomorrow.
An Intiative by Sri Chaitanya
a
n(nn−1)n−1
b
nr−1n−1
c
n(nr−1)n−1
d
None of these
answer is C.
(Unlock A.I Detailed Solution for FREE)
Best Courses for You
JEE
NEET
Foundation JEE
Foundation NEET
CBSE
Detailed Solution
When we arrange one thing at a time, the number of possible permutations is n. When we arrange them twoat a time the number of possible permutations are n x n=n2 and so on. Thus, the total number ofpermutations are n+n2+…+nr=n(nr−1)n−1 [∵n>1]