A variation in combinatorics is an ordered selection of k elements chosen from n elements without repetition.
$$V_{n}^{k}=\frac{n!}{(n-k)!}$$
where,
n— number of elements;
k— number of selected elements.
$$\overline{V}_{n}^{k}=n^{k}$$
where,
n— number of elements;
k— number of selected elements.
It is an ordered selection of elements from a set.
With repetition, the same element can be selected more than once.
Order matters in variations, but it does not matter in combinations.