|
|
Overview
|
|
nPr = n!/(n - r)!
nCr = n!/(n - r)!r!
By cancellation, n things combined 2 at a time = nC2 = n!/(n - 2)!2! = (n*(n-1))/2
nPn1, n2, ..., nk = n!/n1!n2!...nk!
Thus, for 10 numerals taken 7 at a time there are 107 = 10 million permutations.
The "-1" in the formula above subtracts out the null combination of 0 members. Thus, excluding the null committe, for six people there could be 26 - 1 = 63 possible combinations for committees of any size from 1 to 6.
| Probability Terms | |
|---|---|
| P(A) | The probability from 0 to 1.0 that A will occur |
P(A B) |
The probability of A or B occurring |
P(A B) |
The probability of A and B both occurring. |
| P(A|B) | The probability of A occuring, given that B has occurred (conditional probability) |
| Probability Rules | ||
|---|---|---|
| Independent Events | Dependent Events | |
P(A B) |
P(A)*P(B) | P(A)*P(B|A) |
P(A B) |
P(A)+P(B) - P(A B) |
same |
| P(A|B) | P(A) | (P(A B)/P(B) |
Examples for independent events. For independent events like coin tosses, let P(A) be the probability of getting heads on the first toss, equal to 1/2. Let P(B) be the probability of getting heads on the second toss, also 1/2. The probability of getting two heads in a row (P(A
B)) is 1/2 times 1/2 = 1/4. That is, the joint probability of two independent events is the product of their individual probabilities. The probability of getting heads on the first toss or getting heads on the second toss is the sum of their individual probabilities minus their joint probability: P(A)+P(B) - P(A
B) = 1/2 + 1/2 -.1/4 = 3/4. The conditional probability is the same as the probability. Thus, the probability of getting heads on the second toss, given that the first toss is heads, is unchanged: P(B|A) = P(B) = 1/2.
Examples for dependent events. For dependent events like picking committee members from a pool, let P(A) be the probability of picking a Democrat from a pool with two Democrats and two Republicans, so P(A) = 1/2. Let P(B) be the chance of getting a Democrat second, regardless of the first choice. If a Democrat has been selected first, there will be 1 Democrat and 2 Republicans left, giving a conditional probability of picking the Democrat second of 1/3. However if a Republican is picked first, the conditional probability will be 2/3. Overall, the chance is the mean, or P(B) = 1/2, since either condition is equally likely. Now let P(B|A) be the probability that the second person picked is a Democrat, given that the first person picked is a Democrat. Once a Democrat has been picked, there will be 1 Democrat and 2 Republicans left, so the conditional probability of picking a Democrat is 1/3. For dependent events, the joint probability is the probability of the first event times the conditional probability of the second event. Thus P(A
B) = P(A)*P(B|A) = 1/2*1/3 = 1/6. That is, there is one chance in six of picking a Democrat first and another Democrat second for the committee, from a pool of 2 Democrats and 2 Republicans. The chance of getting a Democrat first or getting a Democrat second -- P(A
B) -- is computed as for independent events and is also 3/4. The conditional probability of picking a Democrat second, given a Democrat has already been picked, P(B|A), equals P(A
B)/P(B) = (1/6)/(1/2) = 1/3, as noted above.
Copyright 1998, 2008 by G. David Garson
Last update 3/29/2008.