document.write( "Question 330631: how many possibilities are there if you are creating a 4-digit password using the digits 0through9?you may repeat numbers. \n" ); document.write( "
Algebra.Com's Answer #237020 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
For each position, you can use the digits 0-9 (10 total).
\n" ); document.write( "\"N=10%2A10%2A10%2A10=10%5E4=10000\" combinations
\n" ); document.write( "
\n" );