document.write( "Question 869961: What's are all the ways you can create a six digit password outs of the numbers 0 through nine \n" ); document.write( "
Algebra.Com's Answer #524584 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 10 digits to choose from to place into 6 slots (with repeats allowed). That means there are 10^6 = 1,000,000 (one million) ways to do this. \n" ); document.write( " |