document.write( "Question 582432: how many 6 digit combinations of the numbers o-9 can be made \n" ); document.write( "
Algebra.Com's Answer #372062 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
how many 6 digit combinations of the numbers o-9 can be made
\n" ); document.write( "---------
\n" ); document.write( "0 to 9 is 10 numbers
\n" ); document.write( "--> 10^6 = 1,000,000 if you include 000000, 000001, etc
\n" ); document.write( "-------
\n" ); document.write( "If leading zeroes are not allowed, then it's
\n" ); document.write( "100,000 to 999,999 = 900,000 combinations
\n" ); document.write( "
\n" ); document.write( "
\n" );