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)!)](https://img.qammunity.org/2020/formulas/mathematics/middle-school/8xrcw87p3bou8cc2oexuvbtj4obbpi5cnd.png)
To arrange 4 colors over 3 edges, this means that:
n =
![(4!)/(3!(4-3)!)](https://img.qammunity.org/2020/formulas/mathematics/college/au92uvn3r6q5zeie5cbo26yaeypjcnb7zz.png)
= 4
Therefore, there will be 4 ways of arranging the numbers.