document.write( "Question 436484: how many five letter words can you make from the following letters c,a,r,e,d? \n" ); document.write( "
Algebra.Com's Answer #302042 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
If you mean 5 letter combinations,
\n" ); document.write( "The 1st is 1 of 5, then 1 of 4, 3, 2, 1
\n" ); document.write( "= 5*4*3*2*1 = 120
\n" ); document.write( "-----------------
\n" ); document.write( "Most of these are not words, tho.
\n" ); document.write( "The words are
\n" ); document.write( "cared
\n" ); document.write( "raced
\n" ); document.write( "arced
\n" ); document.write( "Maybe some others, but I don't think so.
\n" ); document.write( "---------
\n" ); document.write( "The answer is either 3 or 120.
\n" ); document.write( "
\n" );