document.write( "Question 613190: Hi,
\n" ); document.write( "How many combinations of numbers from 2 through 15 can be created from a base of 3000 numbers? I keep maxing out my calculators (and brain) with this. Exponential answer is preferred.
\n" ); document.write( "
\n" ); document.write( "A practical way to look at this is to think of something like 3000 genes and how many possible combinations linking as few as 2, and as many as 15 genes in a string.
\n" ); document.write( "Thanks!
\n" ); document.write( "

Algebra.Com's Answer #385896 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
3000C15 + 3000C14 + 3000C13 + ... + 3000C4 + 3000C3 + 3000C2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "1.06E40 (approx)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "more than 99% is from the 1st term\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this was calculated with a TI-30XA ... probably a $10 calculator ... if they still make them
\n" ); document.write( "___ it has the nCr and nPr functions built in
\n" ); document.write( "
\n" );