Permutações

Last updated: 2026-08-24

Permutações — Calcule as permutações de n itens tomados r de cada vez.
Inputs
Result
Enter values and press Calculate

How to use it

  1. Total n = 8, selecting r = 3
  2. Apply formula: P(8,3) = 8 × 7 × 6
  3. Calculate: 8 × 7 = 56
  4. Result: 56 × 6 = 336 permutations

Common mistakes

  • ⚠️ Using combinations formula instead of permutations
  • ⚠️ Allowing r > n which gives invalid results
  • ⚠️ Confusing when order matters vs doesn't matter

Worked example

Find the number of permutations when selecting 3 items from 8 distinct items.

The permutations {perm} count the number of ways to arrange r items from n when order matters.

Input guide

FieldTypical range
rSelected items: 1 to n
nTotal items: 1 to 100