SOLUTION: How many "unique" ways can 10 people fit on a 4-person park bench?
Algebra
->
Probability-and-statistics
-> SOLUTION: How many "unique" ways can 10 people fit on a 4-person park bench?
Log On
Algebra: Probability and statistics
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Probability-and-statistics
Question 436112
:
How many "unique" ways can 10 people fit on a 4-person park bench?
Answer by
edjones(8007)
(
Show Source
):
You can
put this solution on YOUR website!
nPr=Permutation of n things taken r at a time=n!/(n-r)! Order is important.
10!/6!
=(10*9*8*7*6!)/6!
=10*9*8*7
=5040 ways
.
Ed