document.write( "Question 599773: 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( "
Algebra.Com's Answer #379065 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Combination=nCr=n!/((n-r)!r!) \n" ); document.write( "=20!/((20-14)!*14!) \n" ); document.write( "=38760 combinations. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |