180k views
2 votes
Suppose you have 4 colors to color the 3 edges of an equilateral triangle. How manyways can you color the triangle if two ways are considered the same if they differby a rotation? Include a clear description of how you came to your number.

User J Earls
by
5.2k points

2 Answers

3 votes

Answer:

Here we have four colour for three sides of the triangle. So for each side we have four choices available until we have any two same by rotation.

Explanation:

User Joyce De Lanna
by
5.3k points
4 votes

Answer:

4

Explanation:

There will be the number of ways to arrange n objects. In fact, the factorial method is used to calculate the number of ways for arranging n objects will be like this:

n! = n * (n-1)* (n-2)* (n-3) * ...*3*2*1

Another method will be to sue the binomial method or combinations:

(n r) =
(n!)/(r!(n-r)!)

To arrange 4 colors over 3 edges, this means that:

n =
(4!)/(3!(4-3)!)

= 4

Therefore, there will be 4 ways of arranging the numbers.

User CallumDA
by
5.4k points