Probability Q: Unordered Draws w/o Replacement

  • Thread starter Thread starter zeion
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion centers on understanding the formula for drawing without replacement when considering results as unordered. The formula for ordered draws is n!/(n - k)!, while for unordered draws, it is necessary to divide by k! to account for the permutations of the selected items. This division is crucial because it corrects the overcounting of equivalent unordered selections, as each distinct unordered sample corresponds to multiple ordered arrangements. An example illustrates this concept using Lego blocks of different colors, where blocks of the same color are treated as equivalent. Ultimately, the division by k! ensures accurate counting of unique combinations rather than permutations.
zeion
Messages
455
Reaction score
1

Homework Statement



I have a question about the formula for drawing without replacement and considering results to be unordered.

I understand with remembering order it is

n!/(n - k)!

but why do we divide by k! for unordered?
(n is # of different outcome for each draw, k is # of draws)



Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
It's to factor out permutations. For instance, if I'm choosing 2 numbers from the set of numbers \{1,2,3,4\} and order is disregarded, then \{1,2\} and \{2,1\} represent equivalent choices. It's a nice exercise to prove that the number of permutations of n distinct numbers is n!.
 
How come I have to divide by the repeated choices but not subtract?
 
zeion said:
How come I have to divide by the repeated choices but not subtract?

Well, suppose n!/(n-k)! = 6,000,000, while k! = 6. Subtracting k! = 6 would leave you with 5,999,994, while the actual number should be 1,000,000; the latter is what we get when we divide by 6, and that is what we should do because there are 6 times as many ordered samples as unordered ones; that is, each distinct unordered sample gives rise to 6 distinct ordered samples.

RGV
 
To expand on what Ray Vickson said:

This is an example of an http://en.wikipedia.org/wiki/Equivalence_relation" . Here's an intuitive example that may help to illustrate the idea. Suppose you have 30 Lego blocks, 10 blue, 10 red, and 10 yellow. Now you decide that you want two blocks to be considered equivalent if they are the same color. So you attach all the blocks of the same color together, leaving you with 3 big Lego blocks, 1 blue, 1 red, 1 yellow. The 10 separate blocks of a given color have been turned into 1 big block.

For a more "math-y" example, consider the set \{(i,j):1 \leq i \leq 5, \, 1 \leq j \leq 5\} of ordered pairs of integers between 1 and 5, of which there are 25. Suppose now that we take two pairs to be equivalent if they have the same first entry. Then (5,1), (5,2), (5,3), (5,4), (5,5) are all equivalent, for instance, so there are only 5 distinct equivalence classes. (Really, we are just left with the numbers 1 through 5, since the second coordinate doesn't matter under the equivalence relation.)
 
Last edited by a moderator:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top