A pool of N. Draw S. The pool shrinks with every pick. Count the ways.
Pick a formula in Step 1 to see how the pool fans out.
Answer two questions. They determine the formula.
| Pool refills | Pool drains | |
|---|---|---|
| Order matters | NS | nPr |
| Order doesn’t matter | (ikke pensum) | nCr |
When the problem asks for a probability:
Mulige — total ways (denominator).
Gunstige — ways that satisfy the condition (numerator).
P = gunstige / mulige
Drainage counts. Laplace converts to mass. The Probability House composes.