Stars and bars (combinatorics): Difference between revisions

Content deleted Content added
No edit summary
Added an example to the introduction so that the main idea can be seen before reading through the theorem statements and discussion of multisets.
Line 1:
{{short description|Graphical aid for deriving some concepts in combinatorics}}
 
In [[combinatorics]], '''stars and bars''' (also called "sticks and stones",<ref>{{Cite book|last=Batterson|first=J|title=Competition Math for Middle School|publisher=Art of Problem Solving}}</ref> "balls and bars",<ref>{{cite book|last1=Flajolet|first1=Philippe|last2=Sedgewick|first2=Robert|date=June 26, 2009|title=Analytic Combinatorics|publisher=Cambridge University Press|isbn = 978-0-521-89806-5}}</ref> and "dots and dividers"<ref name=":0">{{Cite web|title=Art of Problem Solving|url=https://artofproblemsolving.com/wiki/index.php/Ball-and-urn|access-date=2021-10-26|website=artofproblemsolving.com}}</ref>) is a graphical aid for deriving certain [[combinatorial]] theorems. It can be used to solve many simple [[combinatorial enumeration|counting problems]], such as how many ways there are to put {{mvar|n}} indistinguishable balls into {{mvar|k}} distinguishable bins.<ref>{{cite book |last=Feller |first=William |author-link=William Feller |year=1968 |title=An Introduction to Probability Theory and Its Applications |publisher=Wiley |volume=1 |edition=3rd |page=38}}</ref> The solution to this particular problem is given by the binomial coefficient <math>\tbinom{n+k-1}{k-1}</math>, which is the number of subsets of size {{math|''k'' − 1}} that can be formed from a set of size {{math|''n'' + ''k'' − 1}}.
 
 
If, for example, there are two balls and three bins, then the number of ways of placing the balls is <math>\tbinom{2+3-1}{3-1} = \tbinom{4}{2} = 6</math>. The table shows the six possible ways of distributing the two balls, the strings of stars and bars that represent them (with stars indicating balls and bars separating bins from one another), and the subsets that correspond to the strings. As two bars are needed to separate three bins and there are two balls, each string contains two bars and two stars. Each subset indicates which of the four symbols in the corresponding string is a bar.
{| class="wikitable"
|+ Six configurations of two balls in three bins and their star and bar represetations
|-
! String !! Bin 1 !! Bin 2 !! Bin 3 !! String !! Subset of {1,2,3,4}
|-
| ★ ★ &#124; &#124;2 || 20 || 0 || 0★ ★ &#124; &#124; || {3,4}
|-
| ★ &#124; ★ &#124;1 || 1 || 10 || 0★ &#124; ★ &#124; || {2,4}
|-
| 1 || 0 || 1 || ★ &#124; &#124; ★ || 1 || 0 || 1 || {2,3}
|-
| 0 || 2 || 0 || &#124; ★ ★ &#124; || 0 || 2 || 0 || {1,4}
|-
| &#124; ★ &#124; ★0 || 01 || 1 || 1&#124; ★ &#124; ★ || {1,3}
|-
| &#124; &#124; ★ ★0 || 0 || 02 || 2&#124; &#124; ★ ★ || {1,2}
|}