SOLUTION: You have 10 books, and a bookshelf that has room for 6 of them. How many ways can you arrange the books on the bookshelf?
Algebra ->
Sequences-and-series
-> SOLUTION: You have 10 books, and a bookshelf that has room for 6 of them. How many ways can you arrange the books on the bookshelf?
Log On
You can put this solution on YOUR website! You have 10 books, and a bookshelf that has room for 6 of them. How many ways can you arrange the books on the bookshelf?
It's a permutation problem.
n = 10, r = 6
nPr = n!/(n-r)!
-------------------
10P6 = 10!/(4!) = 10*9*8*7*6*5 = 151200
-------------------
Cheers,
Stan H.