SOLUTION: How many ordered lists are there of five items chosen from seven?
Algebra
->
Permutations
-> SOLUTION: How many ordered lists are there of five items chosen from seven?
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 883600
:
How many ordered lists are there of five items chosen from seven?
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
P(n,r) = (n!)/((n-r)!)
P(7,5) = (7!)/((7-5)!)
P(7,5) = (7!)/(2!)
P(7,5) = (7*6*5*4*3*2!)/(2!)
P(7,5) = 7*6*5*4*3
P(7,5) =
2520
There are
2520
different ways to order them.