document.write( "Question 273360: if ten digits 0 to 9 are arranged randomly with no repetition of digits how many different arrangements are possible? \n" ); document.write( "
Algebra.Com's Answer #199711 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
if ten digits 0 to 9 are arranged randomly with no repetition of digits how many different arrangements are possible?
\n" ); document.write( "
\r\n" );
document.write( "Take an example, say:  \r\n" );
document.write( "\r\n" );
document.write( "              0842971536\r\n" );
document.write( "\r\n" );
document.write( "There are 10 ways to pick a digit to go where the 0 is.\r\n" );
document.write( "That leaves 9 ways to pick a digit to go where the 8 is.\r\n" );
document.write( "That leaves 8 ways to pick a digit to go where the 4 is.\r\n" );
document.write( "That leaves 7 ways to pick a digit to go where the 2 is.\r\n" );
document.write( "That leaves 6 ways to pick a digit to go where the 9 is.\r\n" );
document.write( "That leaves 5 ways to pick a digit to go where the 7 is.\r\n" );
document.write( "That leaves 4 ways to pick a digit to go where the 1 is.\r\n" );
document.write( "That leaves 3 ways to pick a digit to go where the 5 is.\r\n" );
document.write( "That leaves 2 ways to pick a digit to go where the 3 is.\r\n" );
document.write( "That leaves 1 way to pick a digit to go where the 6 is.\r\n" );
document.write( "\r\n" );
document.write( "Answer 10*9*8*7*6*5*4*3*2*1 = 10!= 3628800\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );