Question
how many different two letter arrangements can you man using the letters a,b,c,d,e
Answers
Steve
if no duplicates, then
5P2 = 20
if duplicates allowed, then
5^2 = 25
5P2 = 20
if duplicates allowed, then
5^2 = 25