Answers Multiset Permutation Calculator

How many distinct arrangements of BANANA are there?

This is a multiset permutation because all 6 letters are arranged, order matters, and some letters are identical before arranging.

Exact result

60

For item-group counts 3, 2, 1, the number of distinct arrangements is 60.

BANANA has counts 3,2,1 because A appears 3 times, N appears 2 times, and B appears once. The total starts from 6! and then removes duplicate swaps of the repeated letters.

Worked steps

Show your work

  1. Inputs: item-group counts = 3, 2, 1
  2. Formula: T! / (n1! n2! n3! ...)
  3. Substitute: 6! / (3! 2! 1!)
  4. Steps: start with 720 and divide by 3! = 6, 2! = 2, 1! = 1
  5. Result: For item-group counts 3, 2, 1, the number of distinct arrangements is 60.

Interactive tool

Verify the same values in the calculator

BANANA has counts 3,2,1 because A appears 3 times, N appears 2 times, and B appears once. The total starts from 6! and then removes duplicate swaps of the repeated letters.

Result

0

Enter values to calculate.

What your result means

The explanation updates with the current inputs.

Live visual

Fruit preview

Previewing a small sample keeps the page fast and readable.

Calculation work