document.write( "Question 1116461: 6. An arcade has 20 different arcade games. You want to play at least 14 of them. How many different combinations of arcade games can you play?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #731368 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An arcade has 20 different arcade games. You want to play at least 14 of them. How many different combinations of arcade games can you play? \n" ); document.write( "---- \n" ); document.write( "If you play 14:: 20C14 \n" ); document.write( "If you play 15:: 20C15 \n" ); document.write( "If you play 16:: 20C16 \n" ); document.write( "... \n" ); document.write( "If you play 20:: 1 \n" ); document.write( "------------------------ \n" ); document.write( "Ans: 20C14+20C15+20C16+...+ 20C19 + 1 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |