SOLUTION: A pollster selected 4 of 10 available people. How many different groups of 4 are possible?
Algebra
->
Permutations
-> SOLUTION: A pollster selected 4 of 10 available people. How many different groups of 4 are possible?
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 658947
:
A pollster selected 4 of 10 available people. How many different groups of 4 are possible?
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
Hint: Compute 10 C 4 using the formula
n C r = (n!)/(r!(n-r)!)
In this case, n = 10 and r = 4, so
n C r = (n!)/(r!(n-r)!)
10 C 4 = (10!)/(4!(10-4)!)