229 views

1 Answer

0 votes
0 votes
1. Let us take two variables r and n (r<=n)

2. Permutation (n,r)

3.for (I=n,i<=n-r+1,i--)

 do n*r

4.sum of all these products

5.final answer.//    ( I am not sure , I require help)

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
0 answers
2
admin asked May 1, 2020
243 views
Show that the correspondence described in the preamble is a bijection between the set of permutations of $\{1, 2, 3,\dots,n\}$ and the nonnegative integers less than $n!....
0 votes
0 votes
1 answer
4