187k views
4 votes
How many ways are there to arrange m A’s, n B’s and 1 C in a circle on a piece of paper? Two letter arrangements are equivalent if and only if one can be rotated to obtain the other without flipping the paper over. Clearly and concisely explain how you got your answer

User Traveler
by
4.3k points

1 Answer

1 vote

Answer:

The number of ways are;

(m+n)!/m!n!

Explanation:

In this question , we are asked to calculate the number of ways in which we can make an arrangement of letters in a circle on a piece of paper.

We proceed as follows;

Number of ways in which we can arrange k letters in a circle on a piece of paper without flipping = (k-1)!

In this case there are m A's , n B's and 1 C. So, k = m + n + 1.

But m A's are identical to each other. Similarly, n B's are identical to each other.

Hence, number of ways in which we can arrange m A's , n B's and 1 C in a circle on a piece of paper

= {(k-1)!}/{m!n!}

= {(m+n+1)-1)!}/{m!n!}

= {(m+n)!}/{m!n!}

User Pkaleta
by
3.7k points