in Combinatory
592 views
1 vote
1 vote

The number of permutations of ‘n’ different things taken not more than ‘r’ at a time, with
repetitions   being allowed, is
(a) (nr – 1)/ (n – 1)     (b) (nr – 1) / (n – 1)!
(c) n(nr – 1)/ (n – 1)   (d) (nr – 1) / n!

in Combinatory
592 views

1 Answer

2 votes
2 votes
Best answer

suppose we have n objects and we are allowed to take at any time r or less than r objects.

 

For r=1, that means selecting 1 object from n and permuting there are 'n' ways of doing it.

for r=2, We have n*n ways because repetition is allowed.

similarly for r=3, n*n*n different arrangements we can make.

So our solution is n+ n*n + n*n*n +............nr

which is sum of 'r' terms in GP with common ratio=n.

which is  n(nr -1) / (n-1).

Option C.

selected by

1 comment

Thanks
1
1

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true