Answer: Assuming we are to determine the number of distinct 3 letter groupings we can form from the letter "ABC''
without repetition of letter.
This is a permutation case and can be solved as
N = 3P3 = 3!/(3-3)!
N = 3!/0! note: 0! = 1
N = 3!
Therefore N = 3P3 = 3!
Explanation:
permutation is the act of arranging the members of a set into a sequence or order( in permutation order is important)
Permutation can be defined as;
nPr = n!/(n-r)!
For 3P3
Assuming we are to determine the number of distinct 3 letter groupings we can form from the letter "ABC''
without repetition of letter.
This is a permutation case and can be solved as
N = 3P3 = 3!/(3-3)!
N = 3!/0! note: 0! = 1
N = 3!
Therefore N = 3P3 = 3!