document.write( "Question 92034: I need the equation for figuring out how many mixtures (combinations) of letters can come from: ABCDE, then ABCDEF, then ABCDEFG, etc. (ex. for the first one ABCDE there are the following mixtures: AB, AC, AD, AE, AF, ABC, ABD, ABE, ABDE, etc. but an equation would help me solve this much faster. \n" ); document.write( "
Algebra.Com's Answer #66858 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
nCr = n!/[(n-r)!r!]
\n" ); document.write( "-----------------
\n" ); document.write( "Example: for ABCDE
\n" ); document.write( "The # of combinations of 3 is 5C3 = 5!/[2!*3!] = [5*4*3/1*2*3] = 10
\n" ); document.write( "==========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );