SOLUTION: How many different three-letter codes can be formed out of the word PEPPER? Is that both a combination and permutation problem?
Algebra ->
Permutations
-> SOLUTION: How many different three-letter codes can be formed out of the word PEPPER? Is that both a combination and permutation problem?
Log On
Question 748088: How many different three-letter codes can be formed out of the word PEPPER? Is that both a combination and permutation problem? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! How many different three-letter codes can be formed out of the word PEPPER? Is that both a combination and permutation problem?
-----------------
Forms:
PEP
PER
PPP
----
Arrangements:
PEP: 3!/2! = 3
PER: 3! = 6
PPP: 3!/3! = 1
----
# of codes: 3+6+1 = 10
=============
Cheers,
Stan H.