Jump to content
Urch Forums

probability


astral glow

Recommended Posts

right. there is a difference between 1.2.3.4 and 4.3.2.1 (in terms of order, and not value) because the items are clearly distinct.

But not so with arranging **** or ####.

Do you get it now?

You must have tackled sums where you have to find the different words that can be made from words like "mathematics" and so on. You divide by the number of letters that repeat, dont you? This is essentially what we are doing here, in that I arrange 11 # signs in 11! ways, but since they are identical, I divide by 11! to account for that. So in the end all you need to calculate is 12C8

Link to comment
Share on other sites

Another solution -- the way I looked at the question.

 

I built this initial block:

 

* # * # * # * # * # * # * # *

 

Now we have four # to distribute at any place before, after, or within the previous block. The avilable locations are numerated.

 

Then the problem is: how to find the different combinations of four items distributed to nine locations. Or, how to choose four numbers from 1 to 9 with repetition without order. The solution is (9+4-1)C4 = 12C4. Note that I used the general formula:

 

mCCn = (m+n-1)Cn. Where CC is the combinations that allows repetition.

 

Another solution is using Stirling problem (fourth type). The question reads as:

How many number of combinations you can distribute 11 identical items into 9 distinct locations where each location is at least occupied by one #. Let's say the solution is A. But wait, it is not incumbent to place # at the first and last locations. So, we should calculate how to distribute 11 items to 8 distinct locations, which represent the possibility of placing at least a single # on location 1 beside locations from 2 to 8. Let's say the output is B. But wait, we shoul multiply it by 2 because we have location 8 as well. But wait, we can place them in only the interior 7 locations which willl give us C combinations.

 

The solution is S4(11,9)+2*S4(11,8)+S4(11,7)

 

I don't have the S4 table or formulas. But this is my conjecture. It is interesting to hear your comment Arjmen.

 

By the way, the Stirling solution is way much more complicated that Arjmen's or mine. I wanted to provide it because it gives an insight for Partitioning problems which you may encounter in another problems. Good understanding of Partitioning is invaluable.

Link to comment
Share on other sites

  • 2 weeks later...
  • 6 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...