SOLUTION: Given set A={a,b,c,d}, how many different 2-letter arrangements of A are there?
Algebra
->
Permutations
-> SOLUTION: Given set A={a,b,c,d}, how many different 2-letter arrangements of A are there?
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 246637
:
Given set A={a,b,c,d}, how many different 2-letter arrangements of A are there?
Answer by
edjones(8007)
(
Show Source
):
You can
put this solution on YOUR website!
P=n!/(n-r)! Permutation
n=4, r=2
(4*3*2)/2=12 arrangements
.
Ed