document.write( "Question 810740: Given 7 different things. In how many ways can I make GROUPS with:
\n" ); document.write( "7 of them, 6 of them, 5 of them, 4 of them, 3 of them, 2 of them, 1 of them, and 0 of them?
\n" ); document.write( "

Algebra.Com's Answer #488369 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Given 7 different things. In how many ways can I make GROUPS with:
\n" ); document.write( "7 of them, 6 of them, 5 of them, 4 of them, 3 of them, 2 of them, 1 of them, and 0 of them?
\n" ); document.write( "------
\n" ); document.write( "7C7 = 1
\n" ); document.write( "7C6 = 7
\n" ); document.write( "7C5 = 21
\n" ); document.write( "7C4 = 7C3 = 35
\n" ); document.write( "7C2 = 7C5 = 21
\n" ); document.write( "7C1 = 7C6 = 7
\n" ); document.write( "7C0 = 7C7 = 1
\n" ); document.write( "===================
\n" ); document.write( "Total = 93
\n" ); document.write( "=================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );