document.write( "Question 1156920: How many 5 digit number-based codes can be made if you don't repeat numbers? \n" ); document.write( "
Algebra.Com's Answer #779700 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
5 choices for the 1st digit
\n" ); document.write( "can't repeat, so 4 choices for the 2nd digit
\n" ); document.write( "can't repeat, so 3 choices for the 3rd digit
\n" ); document.write( "2 choices for the 4th
\n" ); document.write( "1 choice for the 5th
\n" ); document.write( "\"+5%2A4%2A3%2A2%2A1+=+120+\"
\n" ); document.write( "120 possible codes
\n" ); document.write( "
\n" ); document.write( "
\n" );