1.

Find the total number of permutations of ndifferent things taken not more than rat a time, when each thing may be repeated any number of times.

Answer»

`(N^r-1)/(n-1)`
`r^n -1`
`(n(n^r -1))/(n-1)`
NONE of these

Answer :C


Discussion

No Comment Found