document.write( "Question 1115915: In how many ways you can arrange the letters of the word THINK so that the T and the K are separated by at least one letter?\r
\n" );
document.write( "\n" );
document.write( "Thank you,, \n" );
document.write( "
Algebra.Com's Answer #730765 by greenestamps(13208) You can put this solution on YOUR website! \n" ); document.write( "It useful mental exercise to consider different ways of counting the number of arrangements, seeing that the different ways give the same answer. I immediately see three different ways to do the counting. \n" ); document.write( "(1) List the pairs of positions the T and K can be in; for each of those pairs, the remaining 3 letters can be arranged in 3!=6 different ways. \n" ); document.write( "1 and 3; 1 and 4; 1 and 5; 2 and 4; 2 and 5; and 3 and 5; and the same pairs in the opposite order. \n" ); document.write( "Answer: 12 pairs of positions for the T and K; 6 arrangements of INK for each, so 12*6 = 72 arrangements. \n" ); document.write( "(2) For each possible position of the letter T, determine the number of possible positions for letter K; again for each of those, the remaining letters can be arranged in 6 different ways. \n" ); document.write( "T first --> 3 possible positions for K \n" ); document.write( "T second --> 2 possible positions for K \n" ); document.write( "T third --> 2 possible positions for K \n" ); document.write( "T fourth --> 2 possible positions for K \n" ); document.write( "T fifth --> 3 possible positions for K \n" ); document.write( "That makes a total of 12 different pairs of positions for T and K. \n" ); document.write( "And again the answer is 12*6 = 72 arrangements. \n" ); document.write( "(3) Subtract the number of arrangements in which the T and K are NOT separated by at least one letter from the total number of arrangements of the 5 letters. \n" ); document.write( "The total number of arrangements is 5!=120. \n" ); document.write( "There are 4 pairs of positions in which the T and K can be together: 1 and 2, 2 and 3, 3 and 4, and 4 and 5. \n" ); document.write( "In each of those pairs, the T and K can be in either of two orders. \n" ); document.write( "And again the remaining three letters can be arranged in 6 different ways. \n" ); document.write( "Total number of arrangements in which T and K are together: 4*2*6 = 48 \n" ); document.write( "Number of arrangements in which T and K are separated by at least one letter: 120-48 = 72. \n" ); document.write( " |