document.write( "Question 1063404: How many permutations can be made out of the word TRIANGLE so that arrangement begins with t\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #678520 by sky1983(10)![]() ![]() You can put this solution on YOUR website! since all arrangements begins with t, there is only one way to fill the first letter, 7 for the second letter, 6 for the third letter and so on.. \n" ); document.write( "number of permutations = 1(7)(6)(5)(4)(3)(2)(1) = 5040 \n" ); document.write( " |