document.write( "Question 1086637: The letters of the word STATISTICS are arranged randomly.\r
\n" );
document.write( "\n" );
document.write( "What is the probability the arrangement will start and end with an S? \n" );
document.write( "
Algebra.Com's Answer #700865 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! There are 10 letters in the word STATISTICS.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are 10 slots needed to be filled. The first and last slot (slot1, slot10) are reserved for the letter S. There is only one way to do this. This is because the three S letters are not unique from one another.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The remaining middle 8 slots (slot2 through slot9) are open to be filled with 8 choices drawn from this list: {T,A,T,I,S,T,I,C}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 8! = 8*7*6*5*4*3*2*1 = 40,320 different ways to fill those 8 slots if we can tell the repeating letters apart.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since we can't tell them apart, we have to divide by 3!*2! to deal with the fact that the letter \"T\" repeats three times and the letter \"I\" repeats twice.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We now have (40320)/(3!*2!)=(40320)/(6*2)=(40320)/(12)=3360\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Meaning that there are 3,360 ways to arrange the letters so that the arrangement will start and end with an S\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We will use the value 3360 later, so let's make A = 3360\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we ignore the restrictions, and simply count the number of arrangements, then we have (10!)/(3!*3!*2!) = 50400 different arrangements. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll call this value B = 50400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Divide the values of A and B to get A/B = 3360/50400 = 1/15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The answer as a fraction is 1/15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The answer in decimal form is approximately 0.0667 (use a calculator to compute 1/15 = 0.0667)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The answer in percentage form is approximately 6.67% (move the decimal point over 2 spots to the right)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Edit: My initial answer was incorrect, but I have fixed it \n" ); document.write( " |