Question 336370: If you have 5 letters, A,B,C,D,E, how many letter combinations using all 5 letters can you make, letters can be duplicated.
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! If you have 5 letters, A,B,C,D,E, how many letter combinations using all 5 letters can you make, letters can be duplicated.
----
5 positions; each can be 5 different letters.
----
# of "words" = 5^5 = 3125
==============================
Cheers,
Stan H.
|
|
|