How many distinct arrangements are possible of the letters in the word BANANA?
Reveal answer
Fill a bubble to check yourself
How many distinct arrangements are possible of the letters in the word BANANA?
60
120
180
240
The word BANANA has 6 letters: B(1), A(3), N(2). The number of arrangements is 6! / (3! * 2!) = 720 / (6 * 2) = 720 / 12 = 60.
The word BANANA has 6 letters in total, with the letter A repeating 3 times and the letter N repeating 2 times. Using the permutation formula for finding distinct arrangements of non-unique items, we calculate 6 factorial divided by the product of 3 factorial and 2 factorial. This evaluates to 720 divided by 6 times 2, which equals 60.