A k-permutation is an ordered arrangement of k elements from a finite n-element set A.
We will show 2-permutations of {1,2,3}:
- (1,2)
- (1,3)
- (2,1)
- (2,3)
- (3,1)
- (3,2)
Mockingbird Academy Student
A k-permutation is an ordered arrangement of k elements from a finite n-element set A.
We will show 2-permutations of {1,2,3}: