document.write( "Question 312488: How many 4 number PIN numbers can be formed using the digits 0-9 if repetition is allowed? If repetition is NOT allowed? \n" ); document.write( "
Algebra.Com's Answer #223386 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
With repetition,
\n" ); document.write( "\"N=10%2A10%2A10%2A10=10000\"
\n" ); document.write( "Without repetition,
\n" ); document.write( "\"N=10%21%2F%2810-4%29%21=10%21%2F6%21=10%2A9%2A8%2A7=5040\"
\n" ); document.write( "
\n" );