document.write( "Question 899425: how many different 5 digit identification tags can be made if the first digit must be a four and repetitions are not permitted?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since there are 10 digits, and the first number has to be four (giving one possible choice), and there are no repetitions allowed, I tried 1*10*9*8*7 and got 5040. Is this correct?
\n" ); document.write( "

Algebra.Com's Answer #545397 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
No, if repetitions are not allowed then you can no longer use a 4 so the total number of choices available for the second digit is now 9 and so on.
\n" ); document.write( "So,
\n" ); document.write( "\"N=1%2A9%2A8%2A7%2A6\"
\n" ); document.write( "
\n" );