document.write( "Question 1210342: There are k different books and I copies of each in a college library. The number of ways in which a student can make a selection of one or more books is \n" ); document.write( "
Algebra.Com's Answer #851960 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "In choosing the books, a student can look at each book and either choose to select it or not. That's 2 choices for each book.

\n" ); document.write( "If there are n books in the library, that means 2 choices for each book, for a total of 2^n choices.

\n" ); document.write( "This problem asks for the number of ways a student can select one or more books, so selecting none of the books is not an option. So the number of ways of choosing one or more of n books is 2^n-1.

\n" ); document.write( "In this problem, there are k different books and I copies of each book.

\n" ); document.write( "Assuming the student will not be selecting more than one copy of any book, the number of books to choose from is k, and the number of ways of selecting one or more of them is 2^k-1.

\n" ); document.write( "If the student can select more than one copy of any book, then the number of books to choose from is (k*I), and the number of ways of choosing one or more of them is 2^(k*I)-1.

\n" ); document.write( "ANSWERS:
\n" ); document.write( "(a) not selecting multiple copies of any book: 2^k-1
\n" ); document.write( "(b) allowing selection of multiple copies of any book: 2^(k*I)-1

\n" ); document.write( "
\n" ); document.write( "
\n" );