SOLUTION: Find both the number of combinations and the numbers of permutations of 10 objects taken 4 at a time.
Algebra
->
Permutations
-> SOLUTION: Find both the number of combinations and the numbers of permutations of 10 objects taken 4 at a time.
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 475195
:
Find both the number of combinations and the numbers of permutations of 10 objects taken 4 at a time.
Answer by
richard1234(7193)
(
Show Source
):
You can
put this solution on YOUR website!
10P4 = 10*9*8*7 = 5040
10C4 = (10*9*8*7)/(4*3*2*1) = 210