asked 64.2k views
1 vote
In how many ways you can put 20 books on 50 shelves so that there is not more than one book on a shelf?

asked
User Killown
by
7.3k points

1 Answer

4 votes

9514 1404 393

Answer:

  • 47129212243960 ≈ 4.713×10^13 if order doesn't matter
  • 114660755112113373922453094400000 ≈ 1.147×10^32 if it does

Explanation:

If order doesn't matter, the number is the combinations of 50 things taken 20 at a time:

50C20 = 47129212243960 ≈ 4.713×10^13

If order does matter, then the number of ways is this value multiplied by 20!:

50P20 = 114660755112113373922453094400000 ≈ 1.147×10^32

_____

nCk = n!/(k!(n-k)!)

nPk = n!/(n-k)!

answered
User Mcgtrt
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.