SOLUTION: How many two-letter permutations can be made from the letters L,M,N,O, and P?
How many three-letter combinations can be made from the letters in the word BLACK?
Than
Algebra ->
Permutations
-> SOLUTION: How many two-letter permutations can be made from the letters L,M,N,O, and P?
How many three-letter combinations can be made from the letters in the word BLACK?
Than
Log On
Question 117767: How many two-letter permutations can be made from the letters L,M,N,O, and P?
How many three-letter combinations can be made from the letters in the word BLACK?
Since 2 only places to put them, you can visualize of the problem as a series of slots like this:
_ _
Now since you have 5 distinct letters, you have 5 choices for the first slot. Once you take away one letter, you are left with 4 letters. So you'll have 4 choices for the 2nd slot. Now simply multiply these two numbers to get
5*4=20
So you'll have 20 unique combinations
Method #2:
Since we're talking about permutations, we can use the permutations formula:
Start with the given formula
Plug in (this is the total number of letters that you have) and (this is the number of letters that you can use at one time) note: the value of n is greater than r. In other words n>r.
Subtract to get 3
Expand 5!
Expand 3!
Cancel
Simplify
Now multiply 5*4 to get 20
So 5 choose 2 (where order does matter) yields 20 unique combinations
---------
So no matter what method you choose, you'll get the same answer.