SOLUTION: How many different groups of 3 can be selected out of 10
Algebra
->
Permutations
-> SOLUTION: How many different groups of 3 can be selected out of 10
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 852614
:
How many different groups of 3 can be selected out of 10
Answer by
harpazo(655)
(
Show Source
):
You can
put this solution on YOUR website!
P(10,3) = 10!/(10-3)!
P(10,3) = 10!/(7)!
P(10,3) = (10x9x8x7x6x5x4x3x2x1)/(7x6x5x4x3x2x1)
P(10,3) = 10x9x8
P(10,3) = 720 groups can be selected.