A library has 'a' copies of one book, 'b' copies of each of two book, 'c' copies of each of three books and single copy of 'd' book. The number of ways in which these books can be distribute is?
Total number of books = a + 2b + 3c + d . Since there are 'b' copies of each of two books, 'c' copies of each of three books and single copy of 'd' book.
Therefore, the total number of arrangements is = (a + 2b + 3c + d )! / {a! (b!)2 (c!)3}