document.write( "Question 302739: Lock combinations are made by using 4 digits. How many different lock combinations can be made if repetition of digits is allowed?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #217022 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Assumption is 0 to 9 are the digits allowed for use. \n" ); document.write( "That's 10 in total for each of the 4 positions. \n" ); document.write( "N=10*10*10*10=10,000 combinations \n" ); document.write( " \n" ); document.write( " |