document.write( "Question 1206059: An English reading list has 10 American novels and 7 English novels. A student must read 4 from the list, and at least 2 must be American novels. In how many different ways can the 4 books be selected? \n" ); document.write( "
Algebra.Com's Answer #843251 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "10 American and 7 English; choose 4, with at least 2 of them American.

\n" ); document.write( "2 American and 2 English: (10 choose 2) times (7 choose 2) = 45*21 = 945

\n" ); document.write( "3 American and 1 English: (10 choose 3) times (7 choose 1) = 120*7 = 840

\n" ); document.write( "4 American and 0 English: (10 choose 4) times (7 choose 0) = 210*1 = 210

\n" ); document.write( "Total: 945+840+210 = 1995

\n" ); document.write( "ANSWER: 1995

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