If k and n are non-negative integers and n is the greater of the two, then the ordered list of k of the n things without repetition is the k-permutation of the n separate objects.
The total number of ways to select k objects from a set of n elements is n(n1), with (nk+1) alternatives being available for the kth place.when ordering matters and repetition is not permitted. A k-permutation of the elements in set A is any of the chosen lists in the previous configuration (choose k elements, in any order, with no repetition). Pnk=0 if k is greater than n. This makes sense because it is impossible to select k unique elements from an n-element collection if k>n.
Learn more about Permutation here
https://brainly.com/question/27058178
#SPJ4