document.write( "Question 236655: how many different 4 digit numbers can be created if no digit can be repeated? Remember a number cannot begin with 0 \n" ); document.write( "
Algebra.Com's Answer #174149 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
First digit 1 of 9 (excludes 0 thus 1,2,3,4,5,6,7,8,9 = 9 options.
\n" ); document.write( "Second digit 1 of 9 (includes 0) thus 0 plus 8 of the remaining 9 = 9 options.
\n" ); document.write( "Third digit 1 of 8 total of 10 digits minus the 2 already used = 8 options.
\n" ); document.write( "Fourth digit 1 of 7 total of 10 digits minus the 3 already used = 7 options.
\n" ); document.write( "9*9*8*7=4,536 different numbers.
\n" ); document.write( "
\n" );