Ordered Sampling With Replacement
Suppose we have a set of size n, and we perform k draws with replacement, where 1 ≤ k ≤ n.
With replacement means: after each draw, the selected object is returned before the next draw.
Therefore, each draw has exactly n possible choices.
Using the multiplication rule:
= nk .
n
choices
n
choices
n
×
× · · · ×
choices
| {z }
draw k
| {z } | {z }
draw 1
draw 2
Hence, the number of possible ways to draw k ordered items, with replacement, from a set of size n, is
nk .
Arman Jahangiri
Summer 2026
9