Variations - practice problems

Variations, also called arrangements, count the number of ways to select and arrange k items from n items where order matters. Unlike combinations, swapping two elements creates a different variation. The number of variations is calculated as V(n,k) = n!/(n-k)! or P(n,k) in some notations. Variations without repetition mean each item can be selected only once, while variations with repetition allow items to be reused. This concept is fundamental in counting problems, probability calculations, and code-breaking scenarios. Applications include determining possible rankings, seating arrangements, and password combinations where sequence is important.

Number of problems found: 314


Do you have unsolved math question and you need help? Ask a question, and we will try to solve it. We solve math question.



Solved math problems are published at new problems.

Do not submit problems from ongoing competitions, including Mathematical Olympiads and correspondence seminars.
See also our variations calculator.