document.write( "Question 254524: How many different 10 letter words (real or imaginary) can be formed from the following letters? D, L, T, A, Q, D, L, S, Q, U \n" ); document.write( "
Algebra.Com's Answer #186883 by dabanfield(803)\"\" \"About 
You can put this solution on YOUR website!
How many different 10 letter words (real or imaginary) can be formed from the following letters? D, L, T, A, Q, D, L, S, Q, U\r
\n" ); document.write( "\n" ); document.write( "Since there are 10 letters so, assuming we cannot reuse a letter, the number of words is the number of ways we can arrange the 10 letters. There are 10 choices for the first letter. For each of these we have 9 choices for the second letter, and so on.\r
\n" ); document.write( "\n" ); document.write( "So the total number of choices for all the positions we have 10*9*8*7*6*5*4*3*2*1 = 10!\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );