document.write( "Question 120007: How do I find all of the possibilities to combine 56 numbers, when I can only use six at a time? (I.E. 56,55,54,53,52,51 and 1,2,3,4,5,6)\r
\n" );
document.write( "\n" );
document.write( "Thanks much : ) \n" );
document.write( "
Algebra.Com's Answer #87940 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Hopefully you are trying to list all the groups of six. \n" ); document.write( "The number of such groups is 56C6 = 56!/[50!*6!]= 32,468,436 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |