document.write( "Question 1173584: Betty has 20 different books.
\n" ); document.write( "A. If 4 books are selected from these 20 books, how many combinations are there?
\n" ); document.write( "B. Among the 20 books, 12 are classic novels, 6 are science fictions, and 2 are reference books. If 7 classic novels, 2 science fictions, and 1 reference book are selected, how many combinations are there?
\n" ); document.write( "

Algebra.Com's Answer #798826 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
a. This is 20C4=4845 ways
\n" ); document.write( "b. This will be: 12C7 for the first * 6C2 for the second*2C1 for the third
\n" ); document.write( "=792*15*2=23,760 ways.
\n" ); document.write( "
\n" );