You can put this solution on YOUR website! How many 6 code-word can be formed from the word ECONOMICS ?
---
2-C's
2-O's
5 other letters
-----
Assuming you cannot repeat a letter you get:
------------
# of ways to choose the 1st letter: 7
# of ways to choose the 2nd letter: 6
----
---
# of ways to choose the 6th letter: 2
--------------------------------------------
# of code-words = 7! = 5040
===============================
If you can repeat a letter you get a different answer.
================================
Cheers,
Stan H.