document.write( "Question 1020300: I have a 4-digit pin. Numbers allowed for each digit are 0 thru 9. The numbers do not have to be used only once, but can be used up to 4 times. (Ex.: 1111, 1010, etc.).\r
\n" ); document.write( "\n" ); document.write( "How many possible combinations/permutations exist for this 4-digit code, or a 6-digit code? Could you please include the formula used to obtain the answer?\r
\n" ); document.write( "\n" ); document.write( "Thank you,\r
\n" ); document.write( "\n" ); document.write( "David
\n" ); document.write( "

Algebra.Com's Answer #636198 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Fundamental counting principle.
\n" ); document.write( "For 4 digits,
\n" ); document.write( "\"N%5B4%5D=10%2A10%2A10%2A10\"
\n" ); document.write( "\"N%5B4%5D=10000\"
\n" ); document.write( "For 6 digits,
\n" ); document.write( "\"N%5B6%5D=10%2A10%2A10%2A10%2A10%2A10\"
\n" ); document.write( "\"N%5B6%5D=1000000\"
\n" ); document.write( "
\n" ); document.write( "
\n" );