document.write( "Question 370261: what are all of the possible combinations that can be made of 4 digits using numbers 0-9? \n" ); document.write( "
Algebra.Com's Answer #263900 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=combination of n things taken r at a time= n!/((n-r)!r!)
\n" ); document.write( "Arrangement is not important.
\n" ); document.write( "=10!/(6!*4!)
\n" ); document.write( "=210
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );