document.write( "Question 231182: I would like to know how many 6 number combinations there are in a 10 number set? Thanks. \n" ); document.write( "
Algebra.Com's Answer #171127 by user_dude2008(1862)\"\" \"About 
You can put this solution on YOUR website!
10 C 6 = (10!)/(6!(10-6)!) = (10!)/(6!4!) = (10*9*8*7*6!)/(6!4!) = (10*9*8*7)/(4*3*2*1) = 210\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are 210 different combinations
\n" ); document.write( "
\n" );