document.write( "Question 666145: If I pick 3 letters at a time from the word, MISSISSIPPI, how many combinations, I can get? \n" ); document.write( "
Algebra.Com's Answer #414302 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
This is a multinomial problem. You can think of this in two ways. There is the intuitive way, and then there is the general formula.\r
\n" ); document.write( "\n" ); document.write( "In either case, how many letters are in MISSISSIPPI? 11.\r
\n" ); document.write( "\n" ); document.write( "Now partition the word into its letters.\r
\n" ); document.write( "\n" ); document.write( "1 M
\n" ); document.write( "4 Is
\n" ); document.write( "4 Ss
\n" ); document.write( "2 Ps
\n" ); document.write( "-----
\n" ); document.write( "11 total letters\r
\n" ); document.write( "\n" ); document.write( "Since the order in which our letters are partitioned doesn't matter, we can start with any letter.\r
\n" ); document.write( "\n" ); document.write( "Let's start with M.\r
\n" ); document.write( "\n" ); document.write( "We want to choose 1 M out of 11 letters. There are (11 choose 1) ways to do this. Now we have 10 letters to choose from. Let's use I now.\r
\n" ); document.write( "\n" ); document.write( "(10 choose 4) ways to choose Is from the remaining letters.\r
\n" ); document.write( "\n" ); document.write( "Continuing in this fashion we get:\r
\n" ); document.write( "\n" ); document.write( "(11 choose 1)(10 choose 4)(6 choose 4)(2 choose 2)= 34650.\r
\n" ); document.write( "\n" ); document.write( "If you were to break this apart for the general case, you'd eventually get to this result:\r
\n" ); document.write( "\n" ); document.write( "Let N be the number of total things to choose from. Let n1,n2,n3,n4...nk be the separate k partitions.\r
\n" ); document.write( "\n" ); document.write( "Then we have that the total number of ways to choose n1,n2,n3,n4....nk things from N is N!/(n1! * n2! * n3! ... nk!).\r
\n" ); document.write( "\n" ); document.write( "Then we get 11!/(4!*4!*2!*1!) = 34650, as we would expect.
\n" ); document.write( "
\n" );