document.write( "Question 465954: find the number of \"words\" with four distinct letters that can be made from the letters c, a, b, i, n, e, t.
\n" );
document.write( "A) 920
\n" );
document.write( "b) 840
\n" );
document.write( "c) 860
\n" );
document.write( "d) 560
\n" );
document.write( "and show me how to do?
\n" );
document.write( "Thank you very much. \n" );
document.write( "
Algebra.Com's Answer #319318 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are 7 letters c, a, b, i, n, e, and t. \r \n" ); document.write( "\n" ); document.write( "number of ways to arrange 4 letters out of 7 letters = 7P4 = 7!/(7-4)!\r \n" ); document.write( "\n" ); document.write( "= 840\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ans : b)840 \n" ); document.write( " |